Skip to content

Commit ca31bd9

Browse files
authored
Merge pull request #658 from shenghongtw/docs/Updated_the_graph_config_in_the_documentation
problem
2 parents 9eb40e1 + 57a58e1 commit ca31bd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

docs/chinese.md

Lines changed: 1 addition & 1 deletion

docs/japanese.md

Lines changed: 1 addition & 1 deletion

docs/korean.md

Lines changed: 1 addition & 1 deletion

docs/russian.md

Lines changed: 1 addition & 1 deletion

docs/source/getting_started/examples.rst

Lines changed: 1 addition & 1 deletion

examples/benchmarks/GenerateScraper/benchmark_openai_gpt35.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
graph_config = {
2525
"llm": {
2626
"api_key": openai_key,
27-
"model": "gpt-3.5-turbo",
27+
"model": "openai/gpt-3.5-turbo",
2828
},
2929
"library": "beautifoulsoup"
3030
}

examples/benchmarks/GenerateScraper/benchmark_openai_gpt4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
graph_config = {
2525
"llm": {
2626
"api_key": openai_key,
27-
"model": "gpt-4-turbo-2024-04-09",
27+
"model": "openai/gpt-4-turbo-2024-04-09",
2828
},
2929
"library": "beautifoulsoup"
3030
}

examples/benchmarks/SmartScraper/benchmark_openai_gpt35.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
graph_config = {
2525
"llm": {
2626
"api_key": openai_key,
27-
"model": "gpt-3.5-turbo",
27+
"model": "openai/gpt-3.5-turbo",
2828
},
2929
}
3030

examples/benchmarks/SmartScraper/benchmark_openai_gpt4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
graph_config = {
2626
"llm": {
2727
"api_key": openai_key,
28-
"model": "gpt-4-turbo",
28+
"model": "openai/gpt-4-turbo",
2929
},
3030
}
3131

examples/benchmarks/SmartScraper/benchmark_openai_gpt4o.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
graph_config = {
2626
"llm": {
2727
"api_key": openai_key,
28-
"model": "gpt-4o",
28+
"model": "openai/gpt-4o",
2929
},
3030
}
3131

0 commit comments

Comments
 (0)