-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add session ID to llm request metadata #41
Comments
To have BitBuilder create a Pull Request with the implementation, the user who created the issue (@nsbradford) can comment below with "LGTM". If the plan is inaccurate, edit the issue description and write a comment with "replan". Implementation Steps
Generated with ❤️ by www.bitbuilder.ai. Questions? Check out our the documentation. |
lgtm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get sessionId from the frontend in
index.tsx
and pass it throughsendLLMRequest
inapi.ts
. Add metadata to llm endpoint inmain.py
and pass tollm.py
- you might have to editmodels.py
accordingly.The text was updated successfully, but these errors were encountered: