bhaskartripathi commited on
Commit
023e765
1 Parent(s): 5bc3d22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def generate_plantuml(api_key, text):
24
  messages=[
25
  {
26
  "role": "system",
27
- "content": "You are ChatGPT, a large language model trained by OpenAI. Generate PlantUML code for an architecture that uses Azure services and icons for the following use case or code in natural language.",
28
  },
29
  {"role": "user", "content": text},
30
  ],
 
24
  messages=[
25
  {
26
  "role": "system",
27
+ "content": "You are ChatGPT, a large language model trained by OpenAI. Generate PlantUML code for an architecture that uses Azure services and icons for the following use case or code in natural language. Choose the actors appropriately as per the use case. Do not use '!define SPRITESURL https://raw.githubusercontent.com/rabelenda/cicon-plantuml-sprites/v1.1.0/sprites' as it is outdated.",
28
  },
29
  {"role": "user", "content": text},
30
  ],