Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import wave
|
|
12 |
|
13 |
openai_api_key = os.environ.get("OPENAI_API_KEY")
|
14 |
|
15 |
-
llm = OpenAI(temperature=0.9, max_tokens
|
16 |
|
17 |
def split_text_into_sentences(text):
|
18 |
sentences = []
|
|
|
12 |
|
13 |
openai_api_key = os.environ.get("OPENAI_API_KEY")
|
14 |
|
15 |
+
llm = OpenAI(temperature=0.9, max_tokens=256)
|
16 |
|
17 |
def split_text_into_sentences(text):
|
18 |
sentences = []
|