Spaces:
Running
Running
robertselvam
commited on
Commit
•
893ed50
1
Parent(s):
d0d34e0
Update pdftojson.py
Browse files- pdftojson.py +1 -1
pdftojson.py
CHANGED
@@ -49,7 +49,7 @@ class PdftoJson:
|
|
49 |
LOGGER.info("Generating JSON result by analyzing input text...")
|
50 |
|
51 |
# Initialize the OpenAI language model with specified settings
|
52 |
-
llm = AzureChatOpenAI(azure_deployment = "
|
53 |
|
54 |
# Define a template that instructs the model to split input text into topics and content
|
55 |
template = """
|
|
|
49 |
LOGGER.info("Generating JSON result by analyzing input text...")
|
50 |
|
51 |
# Initialize the OpenAI language model with specified settings
|
52 |
+
llm = AzureChatOpenAI(azure_deployment = "GPT-3")
|
53 |
|
54 |
# Define a template that instructs the model to split input text into topics and content
|
55 |
template = """
|