mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
edit on some typing (#341)
This commit is contained in:
committed by
GitHub
parent
529c747f72
commit
9bde354940
@@ -1,6 +1,8 @@
|
||||
import json
|
||||
import pathlib
|
||||
|
||||
from typing import Union
|
||||
|
||||
import typer
|
||||
|
||||
from gpt_engineer.ai import AI
|
||||
@@ -12,7 +14,7 @@ app = typer.Typer()
|
||||
@app.command()
|
||||
def main(
|
||||
messages_path: str,
|
||||
out_path: str | None = None,
|
||||
out_path: Union[str, None] = None,
|
||||
model: str = "gpt-4",
|
||||
temperature: float = 0.1,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user