You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "There is no difference between garbanzo beans and chickpeas \u2014 the terms are used interchangeably to describe the same round, beige-colored legume. Garbanzo beans are the Spanish name for the legume, while chickpeas are the English name for the same legume. They are a common ingredient in many traditional Middle Eastern and Mediterranean dishes, such as hummus, falafel, and stews.",
51
+
"content": "The founders of Microsoft are Bill Gates and Paul Allen. They co-founded the company in 1975.",
There is no difference between garbanzo beans and chickpeas — the terms are used interchangeably to describe the same round, beige-colored legume. Garbanzo beans are the Spanish name for the legume, while chickpeas are the English name for the same legume. They are a common ingredient in many traditional Middle Eastern and Mediterranean dishes, such as hummus, falafel, and stews.
68
67
```
69
68
70
69
> [!NOTE]
@@ -139,7 +138,7 @@ If you want the ChatGPT model to behave similarly to [chat.openai.com](https://c
139
138
140
139
```
141
140
{"role": "system", "content": "Assistant is a large language model trained by OpenAI."},
142
-
{"role": "user", "content": "What's the difference between garbanzo beans and chickpeas?"}
141
+
{"role": "user", "content": "Who were the founders of Microsoft?"}
engine="gpt-35-turbo", # The deployment name you chose when you deployed the ChatGPT model
31
-
prompt="<|im_start|>system\nAssistant is a large language model trained by OpenAI.\n<|im_end|>\n<|im_start|>user\nWhat's the difference between garbanzo beans and chickpeas?\n<|im_end|>\n<|im_start|>assistant\n",
31
+
prompt="<|im_start|>system\nAssistant is a large language model trained by OpenAI.\n<|im_end|>\n<|im_start|>user\nWho were the founders of Microsoft?\n<|im_end|>\n<|im_start|>assistant\n",
32
32
temperature=0,
33
33
max_tokens=500,
34
34
top_p=0.5,
@@ -110,7 +110,7 @@ If you want the ChatGPT and GPT-4 models to behave similarly to [chat.openai.com
110
110
Assistant is a large language model trained by OpenAI.
111
111
<|im_end|>
112
112
<|im_start|>user
113
-
What's the difference between garbanzo beans and chickpeas?
0 commit comments