-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix: issue with [docker-compose up] command #146
base: main
Are you sure you want to change the base?
Conversation
docker-compose up
command
Hi @rizahmeds I'll take a look at it. |
Hi @rizahmeds |
Alright @srbhr Thanks! |
hi @rizahmeds , I was getting the below error when i test your code |
Hi @SubramanyamChalla24, Thanks for pointing this out. @srbhr Now i am just wondering, why |
That is because the user needs to add the config file manually as it contains the private api keys. |
@SubramanyamChalla24 |
I have the latest version. It's not an error with the version though. can you check from your side including the config file? |
Yes, i already checked with the config.yaml file. |
Cohere doesn't require a credit card. Can you check it once?It required a card before but it doesn't need it now.
|
Thanks for the update @SubramanyamChalla24. Yes i have got the Cohere Trial key. |
Great work in collaboration @rizahmeds and @SubramanyamChalla24 🔥 |
I couldn't replicate it. It still shows the same error though. Probably someone has to try and verify it. |
Pull Request Title
Fixed issue, while running command
docker-compose up
locally.Related Issue
Fixes #144
Description
Type
Proposed Changes
python:3.11.0-slim
topython:3.11-slim-bullseye
Screenshots / Code Snippets (if applicable)
How to Test
Checklist
Additional Information