Skip to content

Commit

Permalink
init llmapikeys on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuliano committed Sep 3, 2024
1 parent 8f841d8 commit 67825b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/pkl/LLM.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "package://pkg.pkl-lang.org/pkl-go/[email protected]#/go.pkl"
typealias LLMBackend = "ollama"|"openai"|"mistral"|"huggingface"|"groq"

class LLMSettings {
llmAPIKeys: LLMAPIKeys
llmAPIKeys: LLMAPIKeys = new {}
llmBackend: LLMBackend = "ollama"
llmModel: String = "llama3.1"
modelFile: ModelFile?
Expand Down

0 comments on commit 67825b2

Please sign in to comment.