Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JSON.stringify({
- "model": "gpt-3.5-turbo",
- "messages": [
- {role: "system", content: "You are the chatbot"},
- {role: "user", content: "hello word?"},
- ],
- "temperature": 0.3,
- "max_tokens": 2000
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement