Skip to content

Commit c8764d3

Browse files
committed
docs: Add link to groq and ollama api documention
1 parent a415cbc commit c8764d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/providers/groq.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ defmodule HyperLLM.Provider.Groq do
33

44
@moduledoc """
55
Groq provider.
6+
7+
https://console.groq.com/docs/api-reference
68
"""
79

810
@models [

lib/providers/ollama.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ defmodule HyperLLM.Providers.Ollama do
44
@moduledoc """
55
Provider implementation for Ollama.
66
7+
https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion
8+
79
## Configuration:
810
911
config :hyper_llm,

0 commit comments

Comments
 (0)