File size: 145 Bytes
d5d3bd0
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import random
from chatAPI import chat
import httpx
from openai import OpenAI
from pages.home import interface


demo=interface()
demo.launch()