Anton Solbjørg
Anton Solbjørg
`--os` mode doesn't work on wayland, due to pyautogui (clicks and keys) not supporting wayland. as @ar4wnnn said `export XDG_SESSION_TYPE=x11` seems to be the way for now
Use python version 3.11 3.12 doesn't work yet
Yes, I was thinking about a few buttons. Run, cancel, copy and edit.
Would be implemented with litellm
Try installing this version of OpenAI: `pip install openai==1.7.2` If that doesn't work, do this: `pip install --force-reinstall open-interpreter`
Instead of > can you summarize this document:'/home/Downloads/2109.052.pdf' Say: `Use python to read and summarize this document:'/home/Downloads/2109.052.pdf'`
The api_key must be set https://github.com/openai/openai-python/blob/15488ce07cb97535d8564e82dd5cda3481bc1a81/src/openai/_client.py#L97C12-L97C20 Anything using openai format needs the api_key to be not None We should default it to an empty string or "dummy_key"
I think this breaks something in terminal interface... Fixed
The api_key must be set: https://github.com/openai/openai-python/blob/15488ce07cb97535d8564e82dd5cda3481bc1a81/src/openai/_client.py#L97C12-L97C20 Anything using openai format needs the api_key to be not None or "" ``` interpreter.complete(**params) litellm.complete(**params) openai.complete(**params) ``` This is the basic flow, and...
` ['openai', 'custom_openai', 'text-completion-openai', 'cohere', 'anthropic', 'replicate', 'huggingface', 'together_ai', 'openrouter', 'vertex_ai', 'palm', 'gemini', 'ai21', 'baseten', 'azure', 'sagemaker', 'bedrock', 'vllm', 'nlp_cloud', 'petals', 'oobabooga', 'ollama', 'ollama_chat', 'deepinfra', 'perplexity', 'anyscale', 'mistral', 'maritalk', 'voyage',...