jost commited on
Commit
451edca
1 Parent(s): 3c3443e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from openai import OpenAI
4
  import gradio as gr
5
  import json
6
  import time
 
7
 
8
  togetherai_base_url = "https://api.together.xyz/v1"
9
 
 
4
  import gradio as gr
5
  import json
6
  import time
7
+ import random
8
 
9
  togetherai_base_url = "https://api.together.xyz/v1"
10