readme init

This commit is contained in:
Thomas Dhome-Casanova
2025-01-30 00:14:07 -08:00
parent e8882d8484
commit 5f699faf16
2 changed files with 64 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
"""
python app.py --windows_host_url localhost:8006/ --omniparser_server_url localhost:8000
python app.py --windows_host_url localhost:8006 --omniparser_server_url localhost:8000
"""
import os
@@ -26,7 +26,7 @@ API_KEY_FILE = CONFIG_DIR / "api_key"
INTRO_TEXT = '''
🚀🤖✨ It's Play Time!
Welcome to the OmniParser+X Demo! X = [GPT-4o/4o-mini, Claude, Phi, Llama]. Let OmniParser turn your general purpose vision-langauge model to an AI agent.
Welcome to the OmniParser+X Computer Use Demo! X = [GPT-4o/4o-mini, Claude, Phi, Llama]. Let OmniParser turn your general purpose vision-langauge model to an AI agent.
Type a message and press submit to start OmniParser+X. Press the trash icon in the chat to clear the message history.
'''