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

Not able to run with OLLAMA #16

Open
colin-kerkhof opened this issue Oct 3, 2024 · 0 comments
Open

Not able to run with OLLAMA #16

colin-kerkhof opened this issue Oct 3, 2024 · 0 comments

Comments

@colin-kerkhof
Copy link

Hi,

I was trying to run the software using a locally hosted model with Ollama, but I get a KeyError.

It seems Ollama is not actually implement in spite of the instruction in https://github.com/FSoft-AI4Code/AgileCoder/blob/f9924185bcc8db9ba504e588e1a425920d4dd9db/setup_model.md

The model is also not available in this (relevant) enum:

class ModelType(Enum):
    GPT_3_5_TURBO = "gpt-3.5-turbo-16k-0613"
    GPT_4 = "gpt-4"
    GPT_4_32k = "gpt-4-32k"
    STUB = "stub"
    GPT_3_5_AZURE = "gpt-3.5-turbo"
    CLAUDE = 'claude'
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