Michael Poluektov
Michael Poluektov
The following code: ```python import numpy as np import tensorflow as tf input_shape = (8, 10, 10) input_data = tf.keras.Input(shape=input_shape, dtype=tf.int8, batch_size=1) sliced_output = input_data[:, 1:4, 2:] model = tf.keras.Model(inputs=input_data,...
**Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of...
**Is your feature request related to a problem? Please describe.** There is a lot of unnecessary complexity associated with the current way tools are handled by default. As of right...
# Pull Request Checklist Issue tracked here: https://github.com/open-webui/open-webui/issues/3831 **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch....
**Is your feature request related to a problem? Please describe.** By default config.py stores secrets (such as `GOOGLE_CLIENT_SECRET`, `MICROSOFT_CLIENT_SECRET` and other OAuth related things) in `PersistentConfig`, which saves all variables...
**Is your feature request related to a problem? Please describe.** Right now we're limited to either implement tool calling within a function/pipeline directly, or using the default function calling pipeline....
# Pull Request Checklist This is a work in progress. The idea it to just have a folder where we dump a bunch of tools then test them 1-by-1 with...
This might be related to https://github.com/skypilot-org/skypilot/issues/4890, but whenever I use `sky show-gpus`, the top result for vastai doesn't match the cheapest available option on vast.ai. The cheapest 4090 from vast.ai...