Skip to content

Commit

Permalink
add provider names as prompt handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Feb 16, 2025
1 parent 6236c6c commit 1e4963f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ console_scripts =
git-bob-remote = git_bob._terminal:remote_interface

git_bob.prompt_handlers =
openai = git_bob._endpoints:prompt_openai
gpt-4o = git_bob._endpoints:prompt_openai
gpt4o = git_bob._endpoints:prompt_openai
o1 = git_bob._endpoints:prompt_openai
anthropic = git_bob._endpoints:prompt_anthropic
claude = git_bob._endpoints:prompt_anthropic
google = git_bob._endpoints:prompt_googleai
gemini = git_bob._endpoints:prompt_googleai
mistral = git_bob._endpoints:prompt_mistral
pixtral = git_bob._endpoints:prompt_mistral
Expand Down

0 comments on commit 1e4963f

Please sign in to comment.