Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OLLAMA models support? v1.1.0 #135

Open
saibalz2ai opened this issue Nov 4, 2024 · 7 comments
Open

OLLAMA models support? v1.1.0 #135

saibalz2ai opened this issue Nov 4, 2024 · 7 comments

Comments

@saibalz2ai
Copy link

Which local model supports running UFO with ollama? I have tried with the latest models, but not a single one worked.
python -m ufo --task ollama1

Welcome to use UFO🛸, A UI-focused Agent for Windows OS Interaction.


| | | || | / _
| | | || |
| | | |
| |
| || | | || |
_
/ |_| __/

Please enter your request to be completed🛸:
open word, bold word breakup
Round 1, Step 1, HostAgent: Analyzing the user intent and decomposing the request...
Observations👀: None
Thoughts💡: None
Plans📚: (1) None
(2)
Next Selected application📲: [The required application needs to be opened.]
Messages to AppAgent📩:
Status📊: None
Comment💬: None
Creating an experience indexer...
Warning: Failed to load experience indexer from vectordb/experience/experience_db.
Creating an demonstration indexer...
Warning: Failed to load demonstration indexer from vectordb/demonstration/demonstration_db.
Please enter your new request. Enter 'N' for exit.

@saibalz2ai saibalz2ai changed the title OLLAMA models support? OLLAMA models support? v1.1.0 Nov 4, 2024
@showkeyjar
Copy link

+1

@vyokky
Copy link
Contributor

vyokky commented Nov 23, 2024

@saibalz2ai @showkeyjar it is supported, please check this document: https://microsoft.github.io/UFO/supported_models/ollama/

@saibalz2ai
Copy link
Author

saibalz2ai commented Nov 23, 2024 via email

@linmiao5
Copy link

linmiao5 commented Dec 2, 2024

修改了 API_TYPE: "Ollama" ;API_BASE: "http://localhost:11434";API_MODEL: "llava-llama3",出现了Creating an experience indexer...
Warning: Failed to load experience indexer from vectordb/experience/experience_db.
Creating an demonstration indexer...
Warning: Failed to load demonstration indexer from vectordb/demonstration/demonstration_db.如何解决?

@vyokky
Copy link
Contributor

vyokky commented Dec 5, 2024

修改了 API_TYPE: "Ollama" ;API_BASE: "http://localhost:11434";API_MODEL: "llava-llama3",出现了Creating an experience indexer... Warning: Failed to load experience indexer from vectordb/experience/experience_db. Creating an demonstration indexer... Warning: Failed to load demonstration indexer from vectordb/demonstration/demonstration_db.如何解决?

@linmiao5 This is only a warning, which will affect the main workflow. Do you encounter other issues?

@linmiao5
Copy link

linmiao5 commented Dec 5, 2024

Which Ollama model did you use to run this project successfully?

@Mac0q
Copy link
Contributor

Mac0q commented Dec 5, 2024

@linmiao5 At the beginning, llava:7b was used to have a taste on UFO, but due to its own context length limitation, it needs to satisfy the input restriction of llava itself by removing example and other prompts. It is recommended to choose a model that supports a long context to have a try, of course GPT is for sure the best choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants