Hansi P.
Hansi P.
Hello. In my use case my apache is proxyfied and i can't get the redirect set the external address of my server in the service field. The external adress of...
### Version Command-line (Python) version ### Operating System Windows 11 ### What happened? Hello Not a big deal, but in the docker-compose.yml file the env entry "OPENAI_ENDPOINT" is missing. Thank...
Hello, Defining a selectbox like this : `select = st.selectbox("title", ("A", "B"), index=None)` ... I get a KeyError exception at main.py:162 This is caused by the default "None" value. It...
Hello After following the quickstart guide i get the error **ModuleNotFoundError: No module named 'argon2'** This is fixed with: `python -m pip install argon2_cffi` Could you fix the dependency issue...
Hello According to the 'mypy' check: phi\assistant\openai\assistant.py:122: error: "Assistant" has no attribute "file_ids" [attr-defined] phi\assistant\openai\run.py:131: error: "Run" has no attribute "file_ids" [attr-defined] Indeed, I believe the OpenAIAssistan API has changed,...
new tool
Hello (again) I've created a new tool in phi/tools/, but I wasn't able to launch LLMOs unless I create a symbolic link to the phi directory inside the LLMOs directory....
Add secrets.toml example file (to be renamed) to handle API Keys and documentation to set it up.
->'print_heading' was not found + erratic behaviour + replace 'echo' by 'print_heading' in 'create_venv.bat' + fix doc: 'create_venv_win.bat' to 'create_venv.bat'
Hello Runnig gpt4free from a docker container, Ollama server locally installed on the host is unreachable: the adresse 127.0.0.1 is hardcoded I'd like to be able to configure the Ollama...