We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a415cbc commit c8764d3Copy full SHA for c8764d3
lib/providers/groq.ex
@@ -3,6 +3,8 @@ defmodule HyperLLM.Provider.Groq do
3
4
@moduledoc """
5
Groq provider.
6
+
7
+ https://console.groq.com/docs/api-reference
8
"""
9
10
@models [
lib/providers/ollama.ex
@@ -4,6 +4,8 @@ defmodule HyperLLM.Providers.Ollama do
Provider implementation for Ollama.
+ https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion
## Configuration:
11
config :hyper_llm,
0 commit comments