Spaces:
Sleeping
Sleeping
third commit
Browse files- earnings_app.py +2 -2
earnings_app.py
CHANGED
|
@@ -5,10 +5,10 @@ import os
|
|
| 5 |
import openai
|
| 6 |
|
| 7 |
from typing import List, Optional
|
| 8 |
-
from pydantic import BaseModel, Field
|
| 9 |
|
| 10 |
# from langchain.prompts import ChatPromptTemplate
|
| 11 |
-
from langchain.pydantic_v1 import BaseModel
|
| 12 |
# from langchain.utils.openai_functions import convert_pydantic_to_openai_function
|
| 13 |
from llama_index.tools import FunctionTool
|
| 14 |
from llama_index.vector_stores.types import (
|
|
|
|
| 5 |
import openai
|
| 6 |
|
| 7 |
from typing import List, Optional
|
| 8 |
+
# from pydantic import BaseModel, Field
|
| 9 |
|
| 10 |
# from langchain.prompts import ChatPromptTemplate
|
| 11 |
+
# from langchain.pydantic_v1 import BaseModel
|
| 12 |
# from langchain.utils.openai_functions import convert_pydantic_to_openai_function
|
| 13 |
from llama_index.tools import FunctionTool
|
| 14 |
from llama_index.vector_stores.types import (
|