Spaces:
Sleeping
Sleeping
Update api/claims_analysis.py
Browse files- api/claims_analysis.py +3 -0
api/claims_analysis.py
CHANGED
|
@@ -4,6 +4,9 @@ import json
|
|
| 4 |
from typing import List, Dict, Any
|
| 5 |
import torch
|
| 6 |
from openai import OpenAI
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
def create_assistant(client):
|
| 9 |
assistant3 = client.beta.assistants.create(
|
|
|
|
| 4 |
from typing import List, Dict, Any
|
| 5 |
import torch
|
| 6 |
from openai import OpenAI
|
| 7 |
+
from fastapi import FastAPI
|
| 8 |
+
|
| 9 |
+
app = FastAPI()
|
| 10 |
|
| 11 |
def create_assistant(client):
|
| 12 |
assistant3 = client.beta.assistants.create(
|