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

add ollama as model provider #18

Open
warengonzaga opened this issue Oct 12, 2024 · 4 comments · May be fixed by #23
Open

add ollama as model provider #18

warengonzaga opened this issue Oct 12, 2024 · 4 comments · May be fixed by #23
Assignees
Labels
feature Feature Request (Issue) hacktoberfest Hacktoberfest (Issue) help wanted Need Help (Issue/PR)

Comments

@warengonzaga
Copy link
Owner

It's time to add a new model provider that can run locally named "Ollama."

Here's the documentation: https://github.com/ollama/ollama/blob/main/docs/api.md

Goal:

  • Create a script that can communicate with Ollama.
  • Add that option to our existing options as another provider while leaving OpenAI as default. (for now)
  • Add documentation on how to set up and use Ollama with Magic Commit.
  • Ensure that we can support any model provided by Ollama.

If you have any questions, please let me know by tagging me.

@warengonzaga warengonzaga added feature Feature Request (Issue) hacktoberfest Hacktoberfest (Issue) help wanted Need Help (Issue/PR) labels Oct 12, 2024
@promiseer
Copy link

@warengonzaga can you asign this task to me

@warengonzaga
Copy link
Owner Author

Done, feel free to submit PR. Please don't forget to read contributing file to learn more about dev workflow.

@promiseer
Copy link

promiseer commented Oct 16, 2024

Hey @warengonzaga Please review PR #23.
There are many changes, and I'm open to feedback.

@warengonzaga
Copy link
Owner Author

Fix the conflicts and then update the folder structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature Request (Issue) hacktoberfest Hacktoberfest (Issue) help wanted Need Help (Issue/PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants