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
streamlit run main.py
streamlit run --server.headless true .\main.py [do not auto open browser]
The problem that occurred
1、add openai model error, ‘str’ object has no attribute ‘model_dump’
solution:
API domain name add v1 such as 【https://free.gpt.ge/v1】
2、free get openai api key
solution:
open the url 【https://github.com/popjane/free_chatgpt_api】