Skip to content

Commit 036aca1

Browse files
committed
fixing answer formatting
1 parent 58d0630 commit 036aca1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,7 @@ sections:
261261
answer: |
262262
Currently, when you use Assistants API, you're billed for the following:
263263
1. Inference cost (input and output) of the base model you are using for each Assistant (for example gpt-4-0125). If you've created multiple Assistants, you will be charged for the base model attached to each Assistant.
264-
2. If you've enabled the Code Interpreter tool:
265-
a. If your assistant calls Code Interpreter simultaneously in two different threads, this would create two Code Interpreter sessions, each of which would be charged.
266-
b. Each session is active by default for one hour, which means that you would only pay this fee once if your user keeps giving instructions to Code Interpreter in the same thread for up to one hour.
264+
2. If you've enabled the Code Interpreter tool. For example if your assistant calls Code Interpreter simultaneously in two different threads, this would create two Code Interpreter sessions, each of which would be charged. Each session is active by default for one hour, which means that you would only pay this fee once if your user keeps giving instructions to Code Interpreter in the same thread for up to one hour.
267265
268266
See the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) for more information.
269267
- question: |

0 commit comments

Comments
 (0)