From 73a5552a730133dcb2994affd027290e625870ca Mon Sep 17 00:00:00 2001 From: Udayshankar Ravikumar <106602744+Uralstech@users.noreply.github.com> Date: Thu, 4 Jul 2024 08:17:02 +0530 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cc593915..6ed45aa4 100644 --- a/README.md +++ b/README.md @@ -37,39 +37,39 @@ Follow the steps detailed in the OpenUPM installation method and only install th ### Gemini API Support -- [x] `models` endpoint :warning: +- [x] `models` endpoint ⚠️ - [ ] `batchEmbedContents` method - [x] `countTokens` method - [ ] `embedContent` method - - [ ] `generateAnswer` method :test_tube: + - [ ] `generateAnswer` method 🧪 - [x] `generateContent` method - - [x] JSON output :test_tube: - - [x] System instructions :test_tube: + - [x] JSON output 🧪 + - [x] System instructions 🧪 - [x] Text generation - [x] Vision - - [x] Function calling :test_tube: + - [x] Function calling 🧪 - [x] Safety settings - [ ] `get` method - [ ] `list` method - [ ] `streamGenerateContent` method -- [ ] `cachedContents` endpoint :test_tube: -- [ ] `corpora` endpoint :test_tube: -- [x] `files` endpoint :test_tube: +- [ ] `cachedContents` endpoint 🧪 +- [ ] `corpora` endpoint 🧪 +- [x] `files` endpoint 🧪 - [x] `delete` method - [x] `get` method - [x] `list` method -- [x] `media` endpoint :test_tube: - - [x] `upload` method :construction: +- [x] `media` endpoint 🧪 + - [x] `upload` method 🚧 - [ ] `tunedModels` endpoint -- [ ] `operations` endpoint :construction: +- [ ] `operations` endpoint 🚧 -:warning: - Not all methods/features are supported
-:construction: - The feature is being worked on and is unstable
-:test_tube: - Using the v1beta API +⚠️ - Not all methods/features are supported
+🚧 - The feature is being worked on and is unstable
+🧪 - Using the v1beta API ### Documentation