Not able to launch demo app #30
-
Hello, I wanted to try out AmadeusGPT but I do not have much experience with projects like this. Perhaps someone can help me to launch the app, as I feel I am missing something that is obvious. I have followed the installation page, using Anaconda Prompt (terminal). I created an environment (although I had to remove the apostrophes in the pip install 'amadeusgpt[streamlit]' command), gitcloned the demo files, and went to the correct directory. No errors appear, until I try to actually launch the app. The terminal does not recognise ' make app' as a command, nor did ' python -m launch_amadeusGPT' work. The Anaconda terminal then returns the following: _Traceback (most recent call last): I also tried to launch the app in Google Colab, following the 'examples[simple_amadeusGPT_demo.ipynb' file. I gitcloned the Amadeus GitHub files here as well, altered the file locations to fit the Google Colab. Everything works until I want to run "answer = AMADEUS.chat_iteration(query)". Colab then returns the following: _2024-04-19 08:17:12.938
TypeError Traceback (most recent call last) 1 frames TypeError: object of type 'NoneType' has no len()_ I then attempted to run !streamlit run /usr/local/lib/python3.10/dist-packages/colab_kernel_launcher.py [query] after defining 'query' , but this seems to just create a loop (waited for 5 minutes) after saying the connection was succesful (IPs are masked): _Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false. You can now view your Streamlit app in your browser. Network URL: http://[ip1]/ Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for reporting the issue! We are testing a new release that should fix this and it's much better than the previous one. Feel free to test it and give us feedback! https://github.com/AdaptiveMotorControlLab/AmadeusGPT/tree/release-0.1.0 |
Beta Was this translation helpful? Give feedback.
@Sandrinotje213
Thanks for reporting the issue! We are testing a new release that should fix this and it's much better than the previous one. Feel free to test it and give us feedback!
https://github.com/AdaptiveMotorControlLab/AmadeusGPT/tree/release-0.1.0