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

feat: ollama provider #41

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: ollama provider #41

wants to merge 3 commits into from

Conversation

0x090909
Copy link

@0x090909 0x090909 commented Dec 25, 2024

Example config:

{
"OPENAI_API_KEY":"",
"SHAI_SUGGESTION_COUNT": "3",
"SHAI_API_PROVIDER": "ollama",
"OLLAMA_MODEL": "phi3.5",
"OLLAMA_API_BASE": "http://localhost:11434/v1/",
"SHAI_TEMPERATURE": "0.05"
}

New feature that integrates ollama

Example config:

{
        "SHAI_SUGGESTION_COUNT": "3",
        "SHAI_API_PROVIDER": "ollama",
        "OLLAMA_MODEL": "phi3.5",
        "OLLAMA_API_BASE": "http://localhost:11434/v1/",
        "SHAI_TEMPERATURE": "0.05"
}
@ricklamers
Copy link
Owner

Awesome! Could you also mention it in the README?

@ricklamers
Copy link
Owner

And increment the version patch?

@0x090909
Copy link
Author

done

@0x090909
Copy link
Author

anything else?

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

Successfully merging this pull request may close these issues.

2 participants