Lowered Python requirement

pull/3/head
killian 12 months ago
parent 50823f71d3
commit 899c61b85b

@ -1 +0,0 @@
[{"role": "user", "type": "message", "content": "uh"}, {"role": "assistant", "type": "message", "content": "Hello! How can I assist you today?"}, {"role": "user", "type": "message", "content": "hello"}, {"role": "assistant", "type": "message", "content": "Hi there! What can I help you with today? Can we start by planning your day or there's something specific you have in mind?"}, {"role": "user", "type": "message", "content": "hi"}, {"role": "assistant", "type": "message", "content": "Hello! How can I assist you today? If you have any tasks or schedule to plan for the day, feel free to tell me."}, {"role": "user", "type": "message", "content": "what time is it"}, {"role": "assistant", "type": "message", "content": "I apologize for any inconvenience this might cause, but as an AI, I don't possess real-time capabilities. However, you can check the current time on the device you're using to interact with me. Is there anything else you need assistance with?"}]

@ -43,7 +43,7 @@ Remember: You can run Python code.
""".strip()
interpreter.system_message = system_message
interpreter.custom_instructions = system_message
### TOOLS

@ -6,10 +6,10 @@ authors = ["Open Interpreter <killian@openinterpreter.com>"]
license = "AGPL"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
open-interpreter = "^0.2.0"
uvicorn = {extras = ["standard"], version = "^0.27.0"}
fastapi = "^0.109.0"
fastapi = "*"
[build-system]

Loading…
Cancel
Save