fixie-ai / fixie-sdk-js

Open source SDK to the Fixie platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fixieai deploy failing

ryanbliss opened this issue · comments

image

fixieai deploy for my Fixie agent is failing w/ 500, though fixieai serve works fine. My other simple hello_world agent succeeds.

Only difference as far as I know is that I have a .gitignore, import openai, and import another .py file (that is referenced in gitignore). That py file just stores the env variable, and seems to work fine when serving.

Using WLS Ubuntu. Python 3.10.6

Fixed by adding requirements.txt with openai dependency