Skip to content

Commit 6feaa9b

Browse files
committed
marks next api_key secret
1 parent e92faaa commit 6feaa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/hackingBuddyGPT/utils/openai/openai_llm.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class OpenAIConnection(LLM):
2020
show you, that you did not specialize yet.
2121
"""
2222

23-
api_key: str = parameter(desc="OpenAI API Key")
23+
api_key: str = parameter(desc="OpenAI API Key", secret=True)
2424
model: str = parameter(desc="OpenAI model name")
2525
context_size: int = parameter(
2626
desc="Maximum context size for the model, only used internally for things like trimming to the context size"

0 commit comments

Comments
 (0)