Skip to content

Commit b0ae7f7

Browse files
nqyyChi
andauthored
Remove max_tokens from openai backend (#112)
Co-authored-by: Chi <chi@mac.lan>
1 parent 301b08e commit b0ae7f7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

mbodied/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.5.0"
15+
__version__ = "1.5.1"

mbodied/agents/backends/openai_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def predict(
149149
model=model,
150150
messages=serialized_messages,
151151
temperature=0,
152-
max_tokens=1000,
153152
tools=tools,
154153
**kwargs,
155154
)

0 commit comments

Comments
 (0)