update
Browse files
app.py
CHANGED
@@ -315,7 +315,7 @@ async def generate_global_analysis(file: UploadFile = File(...)):
|
|
315 |
"""
|
316 |
domain_analyses += domain_analysis
|
317 |
|
318 |
-
# Create the request for the API
|
319 |
try:
|
320 |
completion = client.chat.completions.create(
|
321 |
model="meta/llama-3.1-8b-instruct",
|
|
|
315 |
"""
|
316 |
domain_analyses += domain_analysis
|
317 |
|
318 |
+
# Create the request for the API
|
319 |
try:
|
320 |
completion = client.chat.completions.create(
|
321 |
model="meta/llama-3.1-8b-instruct",
|