Advertisement
ZarTek-CREOLE

Untitled

Mar 7th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. JSON.stringify({
  2. "model": "gpt-3.5-turbo",
  3. "messages": [
  4. {role: "system", content: "You are the chatbot"},
  5. {role: "user", content: "hello word?"},
  6. ],
  7. "temperature": 0.3,
  8. "max_tokens": 2000
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement