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

getting error with. local models #1503

Open
atanudasgupta opened this issue Sep 21, 2024 · 0 comments
Open

getting error with. local models #1503

atanudasgupta opened this issue Sep 21, 2024 · 0 comments

Comments

@atanudasgupta
Copy link

How do I set it to use Ollama models

getting the following errors on MacOS

2024-09-21 23:25:54.506 [info] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: Starting editor server
2024-09-21 23:25:54.508 [info] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: Started server at port=8002, pid=33337
2024-09-21 23:25:54.750 [error] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: /opt/miniconda3/lib/python3.12/site-packages/pydantic/_internal/fields.py:132: UserWarning: Field "model_parsers" in ConfigMetadata has conflict with protected namespace "model".

You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(

2024-09-21 23:25:55.688 [error] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: Traceback (most recent call last):

2024-09-21 23:25:55.689 [error] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: File "", line 189, in _run_module_as_main
File "", line 112, in _get_module_details
File "/opt/miniconda3/lib/python3.12/site-packages/aiconfig/init.py", line 11, in

2024-09-21 23:25:55.689 [error] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: from .Config import AIConfigRuntime
File "/opt/miniconda3/lib/python3.12/site-packages/aiconfig/Config.py", line 18, in

2024-09-21 23:25:55.689 [error] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: from .default_parsers.palm import PaLMChatParser, PaLMTextParser

2024-09-21 23:25:55.689 [error] /Users/dasgupta/graph_experiments/untitled.aiconfig.json: File "/opt/miniconda3/lib/python3.12/site-packages/aiconfig/default_parsers/palm.py", line 11, in

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

1 participant