Cabaca

Untitled

May 14th, 2024
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. user_input = input("You: ")
  2.  
  3. client.beta.threads.messages.create(
  4.  
  5. thread_id=thread.id,
  6.  
  7. role= "user",
  8.  
  9. content=user_input
Add Comment
Please, Sign In to add comment