Skip to content

Commit

Permalink
Fixed object key for model name (#518)
Browse files Browse the repository at this point in the history
fixed object key for model name
  • Loading branch information
jagadeeswaran-zipstack authored Jul 25, 2024
1 parent e7bb9a2 commit cc500ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ function PromptCardItems({
className="prompt-card-llm-title"
level={5}
>
{profile?.conf.llm}
{profile?.conf?.LLM}
</Typography.Title>
</div>
<div className="prompt-cost">
Expand Down

0 comments on commit cc500ba

Please sign in to comment.