corca-ai / EVAL

EVAL(Elastic Versatile Agent with Langchain) will execute all your requests. Just like an eval method!
MIT License
869 stars 82 forks source link

The model 'gpt-4' does not exist #21

Closed usersink closed 1 year ago

usersink commented 1 year ago

Using eval without gpu and submitting any command from the terminal:

curl -X POST -H "Content-Type: application/json" -d '{"key": "sessionid", "files": ["https://example.com/image.png"], "query": "Hi there!"}' http://localhost:8000/command

Response:

{"response":"The model:gpt-4does not exist","files":[]}

For those without access to gpt-4, can this be modified to use another model in the interim?

hanchchch commented 1 year ago

duplicates #14 We are planning to make it as environment variable.

usersink commented 1 year ago

Thank you! Still new to git. I'll be sure to look through closed issues in future.

hanchchch commented 1 year ago

no worries, I'm just thankful that you have interest in this project and report your issue! so we can add new feature like #22 . Thanks!