Skip to content

Commit

Permalink
remove prompt agent
Browse files Browse the repository at this point in the history
  • Loading branch information
w5688414 committed Jan 18, 2024
1 parent 2c39536 commit 4534b1d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 360 deletions.
125 changes: 0 additions & 125 deletions erniebot-agent/examples/automatic_prompt_engineer.py

This file was deleted.

61 changes: 0 additions & 61 deletions erniebot-agent/examples/text_summarization.py

This file was deleted.

120 changes: 0 additions & 120 deletions erniebot-agent/examples/utils.py

This file was deleted.

54 changes: 0 additions & 54 deletions erniebot-agent/src/erniebot_agent/agents/prompt_agent.py

This file was deleted.

1 change: 1 addition & 0 deletions erniebot/src/erniebot/resources/chat_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def _set_val_if_key_exists(src: dict, dst: dict, key: str) -> None:

# stream
stream = kwargs.get("stream", False)

return RequestWithStream(
method="POST",
path=path,
Expand Down

0 comments on commit 4534b1d

Please sign in to comment.