Skip to content

Commit

Permalink
[easy fix] untitle.aiconfig.yaml was missing parameter value (#1356)
Browse files Browse the repository at this point in the history
[easy fix] untitle.aiconfig.yaml was missing parameter value

added parameter value to default untitle yaml
  • Loading branch information
saqadri authored Feb 26, 2024
2 parents 39eaa26 + 1727a29 commit ba82244
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions vscode-extension/static/untitled.aiconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
top_p: 1
parameters:
animal: llama
location: ""
location: NYC
name: New Untitled AIConfig
prompts:
- input: write a haiku about a cat
Expand Down Expand Up @@ -56,23 +56,27 @@ prompts:
parameters: {}
name: prompt_2
outputs:
- data: "High Andes' crisp air,
- data: "Llama in high rise,
Llama graces the landscape,
Neon lights meet wild brown eyes,
Mountain's gentle heir."
In taxis, he flies.
"
execution_count: 0
metadata:
created: 1708578047
id: chatcmpl-8uvUNToxqmF0dZ2rOBOinHKptnLJ3
created: 1708971469
id: chatcmpl-8wZptszlEW14hFiPFagpdWsoqkuIE
model: gpt-4-0613
object: chat.completion.chunk
raw_response:
content: "High Andes' crisp air,
content: "Llama in high rise,
Neon lights meet wild brown eyes,
Llama graces the landscape,
In taxis, he flies.
Mountain's gentle heir."
"
role: assistant
role: assistant
output_type: execute_result
Expand Down

0 comments on commit ba82244

Please sign in to comment.