-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Nano GPT API Support #326
Comments
You should be able to use it already as it is an openai compatible endpoint. |
Ah ok good to know, I got the urls and api key from nano gpt, but where exactly do I enter the api key, url etc.? |
adding base_url and api_key I get error code: 405 |
This was the solution for the box below base_url=https://nano-gpt.com/api/v1 |
Great job! |
Well it worked and now it stopped working somehow. After the 405 error it says Initializing VectorDB in '/default' Also when using the nano gpt example pyhton script it works still with the same model. the error:
|
this happens once I press the restart button. The way to fix it is to remove the config use ollama and then repopulate the config with the nano gpt backend, key and model |
nano-gpt.com also offers an API and they accept crypto payments. Support for their api would be really useful.
Thanks!
The text was updated successfully, but these errors were encountered: