We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301b08e commit b0ae7f7Copy full SHA for b0ae7f7
2 files changed
mbodied/__about__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.5.0"
+__version__ = "1.5.1"
mbodied/agents/backends/openai_backend.py
@@ -149,7 +149,6 @@ def predict(
149
model=model,
150
messages=serialized_messages,
151
temperature=0,
152
- max_tokens=1000,
153
tools=tools,
154
**kwargs,
155
)
0 commit comments