There was an error while loading. Please reload this page.
1 parent e92faaa commit 6feaa9bCopy full SHA for 6feaa9b
src/hackingBuddyGPT/utils/openai/openai_llm.py
@@ -20,7 +20,7 @@ class OpenAIConnection(LLM):
20
show you, that you did not specialize yet.
21
"""
22
23
- api_key: str = parameter(desc="OpenAI API Key")
+ api_key: str = parameter(desc="OpenAI API Key", secret=True)
24
model: str = parameter(desc="OpenAI model name")
25
context_size: int = parameter(
26
desc="Maximum context size for the model, only used internally for things like trimming to the context size"
0 commit comments