logo of Bankless powered by Steno.ai on the GPT Store

Bankless powered by Steno.ai on the GPT Store

Use Bankless powered by Steno.ai on ChatGPT Use Bankless powered by Steno.ai on 302.AI

GPT Description

An AI with access to the Bankless podcast and articles

GPT Prompt Starters

  • What other GPTs does Steno offer?
  • What is Bankless?
  • What are their predictions for the crypto market?
  • How do they feel about AI?
  • What do they think about Solana?

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 Bankless powered by Steno.ai on 302.AI

Bankless 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: "Bankless 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.