Advertisement
Guest User

Postman request

a guest
Dec 2nd, 2023
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "model": "juanako-7b-UNA",
  3. "messages": [
  4. {
  5. "role": "system",
  6. "content": "You are an AI helpfull assistant."
  7. },
  8. {
  9. "role": "user",
  10. "content": "Hello. What is the weather today?"
  11. }
  12. ],
  13. "max_tokens": 64,
  14. "temperature": 0.3,
  15. "top_p": 1.0,
  16. "top_k": 50.0,
  17. "presence_penalty": 0,
  18. "repetition_penalty": 0,
  19. "repetition_penalty_range": 512,
  20. "guidance_scale": 1.0
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement