pixelpandacreative commited on
Commit
56b7f13
·
verified ·
1 Parent(s): 9ca9a00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -56,8 +56,8 @@ generate(): client = genai.Client( vertexai=True, project="9038067866
56
  category="HARM_CATEGORY_HARASSMENT",
57
  threshold="OFF"
58
  )]
59
- )```
60
-
61
  **Ensure live Framer Docs are checked with function calling:**
62
  ```import {
63
  FunctionCallingConfigMode,
@@ -150,7 +150,8 @@ async function generateContentWithFunctions(prompt: string) {
150
  } catch (e) {
151
  console.error(e);
152
  }
153
- }```
 
154
 
155
  ## Tuning Information:
156
  - **Number of Epochs:** 25
 
56
  category="HARM_CATEGORY_HARASSMENT",
57
  threshold="OFF"
58
  )]
59
+ )
60
+ ```
61
  **Ensure live Framer Docs are checked with function calling:**
62
  ```import {
63
  FunctionCallingConfigMode,
 
150
  } catch (e) {
151
  console.error(e);
152
  }
153
+ }
154
+ ```
155
 
156
  ## Tuning Information:
157
  - **Number of Epochs:** 25