logo of InvestPH on the GPT Store

InvestPH on the GPT Store

Use InvestPH on ChatGPT Use InvestPH on 302.AI

GPT Description

Your investing and crypto guide in PH

Welcome Message

Hello, ready to explore your financial future?

GPT Prompt Starters

  • How can Filipinos earn more?
  • What are some investing strategies in PH?
  • Where can I invest nowadays?
  • Why do we need to invest?

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "OpenAI Profile",
    "description": "Gets data about the current user's OpenAI profile",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://api.openai.com"
    }
  ],
  "paths": {
    "/v1/me": {
      "get": {
        "description": "Gets the user's profile",
        "operationId": "GetProfile",
        "parameters": [],
        "deprecated": false,
        "security": [
          {
            "apiKey": []
          }
        ]
      }
    },
    "/v1/chat/completions": {
      "post": {
        "description": "Creates a model response for the given chat conversation.",
        "operationId": "RequestCompletion",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RequestCompletionRequestSchema"
              }
            }
          },
          "required": true
        },
        "deprecated": false,
        "security": [
          {
            "apiKey": []
          }
        ]
      }
    }
  },
  "components": {
    "schemas": {
      "RequestCompletionRequestSchema": {
        "properties": {
          "model": {
            "type": "string",
            "title": "model",
            "description": "ID of the model to use"
          },
          "messages": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "role": {
                  "type": "string",
                  "enum": [
                    "system",
                    "user",
                    "assistant"
                  ]
                },
                "content": {
                  "type": "string"
                }
              }
            }
          }
        },
        "type": "object",
        "required": [
          "model",
          "messages"
        ],
        "title": "RequestCompletionRequestSchema"
      }
    },
    "securitySchemes": {
      "apiKey": {
        "type": "apiKey"
      }
    }
  }
}
Use InvestPH on 302.AI

InvestPH 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: "InvestPH", 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.