Skip to content

Commit 7259c4d

Browse files
committed
updates
1 parent 224a01f commit 7259c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/assistants-ai-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ author: mrbullwinkle
3737
| **Assistant name** | Your deployment name that is associated with a specific model. |
3838
| **Instructions** | Instructions are similar to system messages this is where you give the model guidance about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, tell it what it should and shouldn't answer, and tell it how to format responses. You can also provide examples of the steps it should take when answering responses. |
3939
| **Deployment** | This is where you set which model deployment to use with your assistant. |
40-
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
40+
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications. Not used in this quickstart. |
4141
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
42-
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. |
42+
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. Not used in this quickstart. |
4343

4444

4545
1. Select your deployment from the **Deployments** dropdown.

0 commit comments

Comments
 (0)