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
I was trying to get the project running but it failed when running the server using fastapi: ImportError: cannot import name 'Secret' from 'pydantic' ....
So, currently (after following the instructions), it does not run on all machines ;)
Anyhow, could you put the code in a container and add all required information, such as api keys or ollama url+port as environment variables?
Best,
David
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to get the project running but it failed when running the server using fastapi:
ImportError: cannot import name 'Secret' from 'pydantic' ...
.So, currently (after following the instructions), it does not run on all machines ;)
Anyhow, could you put the code in a container and add all required information, such as api keys or ollama url+port as environment variables?
Best,
David
The text was updated successfully, but these errors were encountered: