logo of Alfalfa Podcast powered by steno.ai on the GPT Store

Alfalfa Podcast powered by steno.ai on the GPT Store

Use Alfalfa Podcast powered by steno.ai on ChatGPT Use Alfalfa Podcast powered by steno.ai on 302.AI

GPT Description

An AI with access to all of the Alfalfa Podcast content

GPT Prompt Starters

  • What other GPTs does Steno offer?
  • What is Alfalfa?
  • What do the hosts think of crypto?
  • What are their favorite alcohols?
  • What trips has Arman taken?

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Steno.ai API",
    "description": "API for various functionalities including semantic search.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://actions.steno.ai",
      "description": "Actions API for steno.ai"
    }
  ],
  "paths": {
    "/semantic_search_db": {
      "get": {
        "operationId": "semanticSearch",
        "summary": "Perform a semantic search on a database of vectorized content.",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": true,
            "description": "The search query to search the database using vector similarity to do a cosine similarity.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gpt_name",
            "in": "query",
            "required": true,
            "description": "The full name of the GPT calling the endpoint.",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "result": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/get_gpts": {
      "get": {
        "operationId": "getGpts",
        "summary": "Get the other GPTs that steno.ai offers. Comes with links and descriptions.",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "result": {
                      "type": "dict"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
Use Alfalfa Podcast powered by steno.ai on 302.AI

Alfalfa Podcast powered by steno.ai GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Alfalfa Podcast powered by steno.ai", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.