-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feat: Add Option to Specify Other LLM Providers in .env #43
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Rohan Sharma <[email protected]>
@nkkko could you review this pr? |
@RS-labhub on it |
@RS-labhub I'm getting this error: |
Did you install fasthtml?? By the way, I didn't touched the previous packages. So, it must be not from my side! |
@RS-labhub I’ve updated main with some changes that affect this PR. Could you please rebase your branch onto the latest main and resolve any conflicts that come up? Once that’s done, we can review the updated changes and move forward. |
All good this side! |
@RS-labhub your pr doesn't have latest chnages, please rebase. |
Check it now @mojafa |
@RS-labhub I was able to generate a devcoonatiner witghout specifiying LLM PROVIDER. I commendtyed out the bit for # LLM_PROVIDER=AzureOpenAI and used my old ENV and it worked. I was expecting an error to tell me ot specify my LLM |
The issue here is that the script defaults to AzureOpenAI if the LLM_PROVIDER is not specified in the env, so it bypasses the missing environment variables check even when LLM_PROVIDER is absent. |
Signed-off-by: Rohan Sharma <[email protected]>
79f2fbd
to
f81f8dd
Compare
@RS-labhub i'm seeing the |
Signed-off-by: Rohan Sharma <[email protected]>
@RS-labhub pr fails DCO check, please sognoff your commits |
@RS-labhub getting this error on runnninh pip install. I dont think we have that distibition for antrohpic, please test on your end. no rush |
Signed-off-by: Rohan Sharma <[email protected]>
12095cf
to
70a2f10
Compare
fix DCO please sign your commits |
Formatted
.env
a bit also./closes #10
/claim #10