You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get sessionId from the frontend in index.tsx and pass it through sendLLMRequest in api.ts. Add metadata to llm endpoint in main.py and pass to llm.py - you might have to edit models.py accordingly.
Get sessionId from the frontend in
index.tsxand pass it throughsendLLMRequestinapi.ts. Add metadata to llm endpoint inmain.pyand pass tollm.py- you might have to editmodels.pyaccordingly.