Simplify init message
This commit is contained in:
@@ -27,9 +27,7 @@ CONFIG_DIR = Path("~/.anthropic").expanduser()
|
|||||||
API_KEY_FILE = CONFIG_DIR / "api_key"
|
API_KEY_FILE = CONFIG_DIR / "api_key"
|
||||||
|
|
||||||
INTRO_TEXT = '''
|
INTRO_TEXT = '''
|
||||||
Welcome to OmniTool - the OmniParser+X Computer Use Demo! X = [OpenAI (4o/o1/o3-mini), DeepSeek (R1), Qwen (2.5VL) or Anthropic Computer Use (Sonnet)].
|
OmniParser lets you turn any vision-langauge model into an AI agent. We currently support OpenAI (4o/o1/o3-mini), DeepSeek (R1), Qwen (2.5VL) or Anthropic Computer Use (Sonnet).
|
||||||
|
|
||||||
OmniParser lets you turn any vision-langauge model into an AI agent.
|
|
||||||
|
|
||||||
Type a message and press submit to start OmniTool. Press stop to pause, and press the trash icon in the chat to clear the message history.
|
Type a message and press submit to start OmniTool. Press stop to pause, and press the trash icon in the chat to clear the message history.
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user