142 "frequency": "No information.",
143 "description":
144 "Used to train Gemini and Vertex AI generative APIs. Does not impact a site's inclusion or ranking in Google Search.",
145 },
146 "GoogleOther": {
251 "frequency": "No information.",
252 "description":
253 "Crawls sites for APIs used by Hootsuite, Sprinklr, NetBase, and other companies. Data also sold for research purposes or LLM training.",
254 },
255 "omgilibot": {
88 href="https://www.val.town/v/std/openaiproxy"
89 title="OpenAI Proxy"
90 description="Provide a secure and efficient proxy for OpenAI API calls"
91 />
92 <FeatureItem
1export const INSTANTDB_APP_ID = "b63bc79a-c9f3-486f-b067-7afc402b3efc";
2export const CLERK_PUBLISHABLE_KEY = "pk_test_cGVyZmVjdC1zYWlsZmlzaC02NS5jbGVyay5hY2NvdW50cy5kZXYk";
3// GO TO https://www.val.town/v/vawogbemi/notUberMapComponent to change the google maps api key -- for some reason importing it doesn't work.
1export default async function (interval: Interval) {
2
3}
50 </li>
51 <li>If your access token expires, we use the refresh token to get a new one.</li>
52 <li>Use your access token to make requests to the Spotify API by importing `getSpotifyToken` in your other vals.</li>
53 </ol>
54
50 </li>
51 <li>If your access token expires, we use the refresh token to get a new one.</li>
52 <li>Use your access token to make requests to the Spotify API by importing `getSpotifyToken` in your other vals.</li>
53 </ol>
54
1# APITemplateWithSwaggerUI
1# Bluesky Bot Tutorial
2
3*_This template shows you how to use the Bluesky API to make a bot. This starter template was ported from [this one on Docs](https://docs.bsky.app/docs/starter-templates/bots)._*
4
5## To run it:
5export default async function handler() {
6 const result = {
7 apiKeyStatus: null,
8 evalStarted: false,
9 evalComplete: false,
12
13- Click `Fork` on this val
14- Get your Braintrust API key at https://www.braintrust.dev/app/settings?subroute=api-keys
15- Add it to your project `Environment Variables` (on the left side bar of this project) as `BRAINTRUST_API_KEY`
16- Click `Run` on the `tutorial` val