Skip to content

Commit

Permalink
Add missing colon from agent example
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Sep 25, 2023
1 parent 7d7abcc commit cae6a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ A toy implementation of an agent (similar to BabyAGI or AutoGPT) with Outlines:
"""
def agent(objective, goals, tools)
def agent(objective, goals, tools):
complete = models.text_completion.hf("sshleifer/tiny-gpt2")
prompt = agent_prompt(objective, goals, tools , command_response)
answer = complete(prompt)
Expand Down

0 comments on commit cae6a53

Please sign in to comment.