Skip to content

Commit

Permalink
feat: optimize the prompt for stabiliby
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Oct 3, 2024
1 parent 0e5a835 commit f2e6856
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ def wrapper(text: str) -> str:
### Output Format:
```
[
{
{
"models": [
{
"name": "model",
"columns": [
{
Expand All @@ -124,10 +125,11 @@ def wrapper(text: str) -> str:
}
],
"properties": {
"description": "<description for model>"
"description": "<description for model>"
}
}
}
]
]
}
```
Make sure that the descriptions are concise, informative, and contextually appropriate based on the input provided by the user.
Expand Down

0 comments on commit f2e6856

Please sign in to comment.