修改为东南天坐标系
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -102,9 +102,7 @@ class InputTokens(SyncAPIResource):
|
||||
- [Text inputs and outputs](https://platform.openai.com/docs/guides/text)
|
||||
- [Structured Outputs](https://platform.openai.com/docs/guides/structured-outputs)
|
||||
|
||||
tool_choice: How the model should select which tool (or tools) to use when generating a
|
||||
response. See the `tools` parameter to see how to specify which tools the model
|
||||
can call.
|
||||
tool_choice: Controls which tool the model should use, if any.
|
||||
|
||||
tools: An array of tools the model may call while generating a response. You can
|
||||
specify which tool to use by setting the `tool_choice` parameter.
|
||||
@@ -227,9 +225,7 @@ class AsyncInputTokens(AsyncAPIResource):
|
||||
- [Text inputs and outputs](https://platform.openai.com/docs/guides/text)
|
||||
- [Structured Outputs](https://platform.openai.com/docs/guides/structured-outputs)
|
||||
|
||||
tool_choice: How the model should select which tool (or tools) to use when generating a
|
||||
response. See the `tools` parameter to see how to specify which tools the model
|
||||
can call.
|
||||
tool_choice: Controls which tool the model should use, if any.
|
||||
|
||||
tools: An array of tools the model may call while generating a response. You can
|
||||
specify which tool to use by setting the `tool_choice` parameter.
|
||||
|
||||
Reference in New Issue
Block a user