Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
patch model-name in generation (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored Oct 1, 2023
1 parent 960e083 commit 99b9669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sciphi/examples/library_of_phi/generate_textbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self) -> None:
def run(
self,
provider="openai",
model="gpt-4-0613",
model_name="gpt-4-0613",
parsed_dir="raw_data",
toc_dir="table_of_contents",
output_dir="created_textbooks",
Expand All @@ -67,7 +67,7 @@ def run(
"""Runs the generation process to create a textbook from the YAML table of contents."""
TextbookContentGenerator(
provider,
model,
model_name,
parsed_dir,
toc_dir,
output_dir,
Expand Down

0 comments on commit 99b9669

Please sign in to comment.