-
Notifications
You must be signed in to change notification settings - Fork 59
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 openai completion API to SQL and daemon #341
Conversation
var77
commented
Oct 14, 2024
- Add SQL function to call OpenAI completion API
- Refactor embedding jobs, remove CSV exporter, make db_exporter more generic
…` to call OpenAI completion API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Hi! Looks like you've reached your API usage limit. You can increase it from your account settings page here: app.greptile.com/settings/usage
17 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Benchmarks
|
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
…check model before starting the job, combine common logic of checking model into a macro, add test to check inputs with special characters
…lm_token as alias to openai_token and cohere_token, rename openai_completion to llm_completion
…e from add_completion_job function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intended to be included?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was by mistake thanks for noticing!
7b0568d
to
5ef59f1
Compare