You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
I think there might be two possible reasons for the 404 error:
Please make sure api_base is set correctly. Specifically:
api_base
http://127.0.0.1/v1
✅
http://127.0.0.1/v1/
❌
http://127.0.0.1/
❌
Currently, Basaran only supports the completions API, while chat and other features are still a work-in-progress. Please make sure you are not using an unsupported API.
I finally could get it to 'work' with babyagi. The call is made and babyagi starts running however it spits a bunch of numbers and crash. I'm not planning to invest more time debugging at this point.
As for langchain's babyagi, I still can't get it to work. After digging a bit I do believe it is using the Completion API (openai.Completion).
Hi,
I keep hitting the following error.
This happens when trying to droppin' replace
OpenAI
withbasaran
(tested with bothbabyagi
andlangchain
's own implementation ofbabyagi
as a Jupyter notbook). While I had to tweak the former, the later supports setting the api_base since recently.I did make sure that
basaran
is running fine, I can hit it with,Any pointer would be appreciated :)
The text was updated successfully, but these errors were encountered: