Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #597

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- research_agent
system_prompt:
You are a helpful assistant. Please respond using markdown unless told otherwise by the user. Output all multi-media content as embedded content including image, video, and audio.
Only generate images or speach if directly asked by the user.
Only generate images or speech if directly asked by the user.

actions:
- name: "converse"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- research-agent
system_prompt:
You are a helpful assistant. Please respond using markdown unless told otherwise by the user. Output all multi-media content as embedded content including image, video, and audio.
Only generate images or speach if directly asked by the user.
Only generate images or speech if directly asked by the user.

actions:
- name: "converse"
Expand Down
2 changes: 1 addition & 1 deletion webui/apps/docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ metadata:

spec:
system_prompt:
You are a helpful assistant. Output all multi-media content as embedded content including image, video, and audio. Only generate images or speach if directly asked by the user.
You are a helpful assistant. Output all multi-media content as embedded content including image, video, and audio. Only generate images or speech if directly asked by the user.
apus:
- { apu: GPT4-turbo, title: GPT4 Turbo, default: true }
- { apu: MistralLarge, title: Mistral Large }
Expand Down
8 changes: 4 additions & 4 deletions webui/apps/docs/src/pages/new-index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ metadata:

spec:
system_prompt:
You are a helpful assistant. Output all multi-media content as embedded content including image, video, and audio. Only generate images or speach if directly asked by the user.
You are a helpful assistant. Output all multi-media content as embedded content including image, video, and audio. Only generate images or speech if directly asked by the user.
apus:
- { apu: GPT4-turbo, title: GPT4 Turbo, default: true }
- { apu: MistralLarge, title: Mistral Large }
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
{
title: 'Build safely with enforceable policies',
description:
'With kubernetes deployment, you can enforce policies to ensure your agents are deployed with access only to the resources they need.',
'With a Kubernetes deployment, you can enforce policies to ensure your agents are deployed with access only to the resources they need.',
},
]}
tabs={[
Expand Down Expand Up @@ -287,12 +287,12 @@ chatbot 3s`
{
title: 'Build a GUI with React components',
description:
'Eidolon provides a variety of pre-built agents to get you started. You can also define your own agents using vanilla code or any other agent frameworkk you like.',
'Eidolon provides a variety of pre-built agents to get you started. You can also define your own agents using vanilla code or any other agent framework you like.',
},
{
title: 'Run actions directly through HTTP REST API',
description:
'At the end of the day, agents are just http services. You can run actions directly through the REST API or use the Eidolon webui to interact with your agents.',
'At the end of the day, agents are just HTTP services. You can run actions directly through the REST API or use the Eidolon webui to interact with your agents.',
},
{
title: 'Hack away with the CLI',
Expand Down
Loading