What's new

Latest AI and GPT Development Projects To Try

BEST WAY TO USE CHATGPT:
Kung gagamit kayo ng ChatGPT using the chatgpt playground sa browser, add these plugins to supercharge its use:

You do not have permission to view the full content of this post. Log in or register now. - to add internet access of chatgpt results even with free gpt3.5-turbo like bingai
You do not have permission to view the full content of this post. Log in or register now. - to add so many advanced features not included from original gui
You do not have permission to view the full content of this post. Log in or register now. - para may options for poe, bard, bing, youchat, phind, atbp.
Misc. greasemonkey addons:
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
1688860838494.png
 

Attachments

Last edited:

Ito yung isang best option, for unlimited GPT.

You do not have permission to view the full content of this post. Log in or register now. : click here​

About​

Would you like to use GPT4 with Plugins but don't want to pay $20/month? This is the solution! With this repository you can have free clone of ChatGPT with plugin.
This app is an LLM-based chatbot created to give anyone the possibility to use PLUGINS, like internet, Multi pdf, YøùTùbéVideo, Audio, etc.. , without paying anything Don't you trust it? TRY IT.

Current PLUGIN​

WebSearch 🌐

Web Scraping 🔗

Talk with Data 📊

Multi Documents support ( PDF , DOCX , TXT ) 📚

Talk with AUDIO 🎧

Talk with YøùTùbé Video 📺

GOD MODE 🪄 give custom knowledge to your chat​


How to use 💻

  • Try it online
    • No installation needed
    • You do not have permission to view the full content of this post. Log in or register now. - click here for demo link
  • Or install Locally
    • 💾 Download the repository
    • 🔗 Extract it
    • 🛑 Install the requirements.txt
    • ✅ Run streamlit run streamlit_app.py
    • 🚀 Enjoy it

Disclaimer​

The following disclaimer is from the GitHub repo from the authors of the You do not have permission to view the full content of this post. Log in or register now. port.
When you use this project, it means that you have agreed to the following two requirements of the HuggingChat:
AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice. Your conversations will be shared with model authors.
You do not have permission to view the full content of this post. Log in or register now. is an unofficial port to the You do not have permission to view the full content of this post. Log in or register now. API that is powered by the You do not have permission to view the full content of this post. Log in or register now. LLM model.

Resources​

You do not have permission to view the full content of this post. Log in or register now.

License​

You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.

Languages​


Just follow the guide to install the python requirements from link above.
Medyo mahirap yung setup dahil nagkaroon ako ng "UnicodeEncodeError: 'charmap' codec can't encode charac....", pero you can fix that by adding ", encoding='utf-8'" sa line41 ng exportchat.py.
Should look like this:
Code:
        with open('chat.html', 'w', encoding='utf-8') as f:
And try using this powershell scripts if it still doesn't work:
Code:
[Environment]::SetEnvironmentVariable("PYTHONIOENCODING", "utf-8", "User")
[Environment]::SetEnvironmentVariable("PYTHONUTF8", "1", "User")
save as utf-8.ps1, and execute at console. You can also execute each line separately if you want.
I used anaconda powershell to run this app, but python in command line works fine too.


Since this is connected to You do not have permission to view the full content of this post. Log in or register now., kailangan may free account kayo doon at token. Kayo na bahala dyan!
1689022083131.png

Works perfectly fine here on my pc locally.

CHECKOUT the other projects here: You do not have permission to view the full content of this post. Log in or register now.
Trial and error na lang kung gagana sa inyo at hardware extensive yung iba. Read before you deploy.
 

Attachments

Last edited:
Dito sa AI ART generation, ilista ko na lang dito yung close to free options/alternatives to generate images atpb. bukod "You do not have permission to view the full content of this post. Log in or register now. " sa forum:
Galing ito sa Reddit pero useful talaga pero for Stable Diffusion users.

Stable Diffusion Systems Online:
Spoiler contents are visible only to Established Members.
Stable Diffusion Systems Offline:
Spoiler contents are visible only to Established Members.
Questions, Help, Discussions etc:
Spoiler contents are visible only to Established Members.
SD Tutorials:
Spoiler contents are visible only to Established Members.
Extra infos on Upscaling:
Spoiler contents are visible only to Established Members.

Mag-adjust na lang kayo sa guides and infos at fast ang development nito.
 
Last edited:
Custom ChatGPT and other GPT service possibilities: (Assorted, with or without api keys, like openai or reversed engineered apis (proxified or not), free or ρáíd):
1. Aside from post#22, you can create your own Chat UI using You do not have permission to view the full content of this post. Log in or register now., also from Hugging Face.
A chat interface using open source models, eg OpenAssistant or Llama. It is a SvelteKit app and it powers the You do not have permission to view the full content of this post. Log in or register now..
1691043313653.png


2. You can try LibreChat, your all-in-one conversational chatbot:
1691043282201.png

You do not have permission to view the full content of this post. Log in or register now. -join their "diyescord" channel for other details
You do not have permission to view the full content of this post. Log in or register now.
LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT. Celebrating the original styling, LibreChat gives you the ability to integrate multiple AI models. It also integrates and enhances original client features such as conversation and message search, prompt templates and plugins.
With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use free or pay-per-call APIs. We welcome contributions, cloning, and forking to enhance the capabilities of this advanced chatbot platform.

3. For other options, you can look on other projects You do not have permission to view the full content of this post. Log in or register now.: awesome-chatgpt-api
These are projects like plugins and extensions, web apps, mobile/desktop chatgpt-like-ui with specialized purpose, can be run on command line, or just simple chatbots.

4. For those looking for free options, you can query projects on github using these prompts: free chatgpt, gpt for free, awesome chatgpt, awesome free gpt, etc. It will lead you to projects related to guides in creating your own reversed engineered openai apis, working standalone ChatGPT (w/ or w/o apis), working GUIs for your created apis and endpoints etc, Most need python, nodes, git, docker, etc. and other requirements to work so prepare yourself on provided guides by yourselves. Some UI, require you to use You do not have permission to view the full content of this post. Log in or register now. apis where there are lots of free ChatGPt apis. But you need a credit card to acquire and gather them to be used. Others provide you with cloned apis and endpoints to be used on your Chat UI, Others require you to get your tokens, browser cøøkíés, etc. and many other methods, you need to study how they will work on your chosen free gpt projects.
Works of You do not have permission to view the full content of this post. Log in or register now. like gpt4free is one the most used app today for free chatgpt access using (openai, poe, llama, claude...). Start from his project and his follower's fork to make your own.

5. There are a lot of free gpt web link on the net as I mentioned on past posts. For those looking for emergency use of these services, choose any working link You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..

6. My suggestion is just use ChatALL from first post. With the assorted GPT services, you'll fully understand the way these GPT services work. Choose your favorite GPT, login on their sites and use the app. Proxify the app for possible bypass limits while using wireguard, vpn... It's a trial and error thing!
 

Attachments

To those interested in trying to learn various AI Tools, here is a free option for you.
(Para ito sa malikot ang kamay at may previous knowledge on how to handle AI Tools offline. Medyo mahirap kapain dahil kailangan mo pang magbasa ng various guides to get things right. This is not for beginners, but you can try as long as your hardware fits the requirements. Scroll the sites and repos for information regarding its use. Wala kasing step-by-step guide. Just read and follow this start page and visit their external websites for the tips.)
1695952701980.png

You do not have permission to view the full content of this post. Log in or register now.

FREE for non-commercial use - full version!
The AI-TOOLKIT is compatible with MS Windows 64-bit 7, 8, 10 and above and requires a CPU released after 2012 (including the AVX processor extension).

Homepage: AI-TOOLKIT

Download: AI-TOOLKIT Professional

What is included:

  • AI-TOOLKIT Professional (flagship product)
  • DeepAI Educational (educational deep neural network software with visualization of AI internals)
Get the serial number: In case you do not have a serial number then You do not have permission to view the full content of this post. Log in or register now. (please fill in your real name and e-mail) and get automatically the serial number (FREE for non-commercial use - full version).

You do not have permission to view the full content of this post. Log in or register now.

AI-TOOLKIT is an Artificial Intelligence (AI) Software Toolkit for easy training, testing and prediction of machine learning models and for creating machine learning flow.

The AI-TOOLKIT supports all 3 major forms of machine learning: supervised, unsupervised and reinforcement learning! No programming skills are needed at all for building and using state of the art machine learning models!

Easy to use and contains several types of machine learning models which can be used separately or connected to each other (ML Flow). There is also a built-in very fast SQL database in order to make the storage of your machine learning data compact and easy. The database supports several GB's of data storage and several databases can be used even in one project.

The following major machine learning models and techniques are supported by the AI-TOOLKIT:

  1. Supervised Learning - Support Vector Machine Model
  2. Supervised Learning - Random Forest Classification Model
  3. Supervised Learning - Feedforward Neural Network Regression Model
  4. Supervised Learning - Feedforward Neural Network Classification Model
  5. Supervised Learning - Convolutional Feedforward Neural Network Classification Model
  6. Supervised Learning - Recurrent Neural Network Regression Model (RNN_R)
  7. Supervised Learning - Recurrent Neural Network Classification Model (RNN_C)
  8. Unsupervised Learning - KMeans Classification Model
  9. Unsupervised Learning - MeanShift Classification Model
  10. Unsupervised Learning - DBScan Classification Model
  11. Unsupervised Learning - Hierarchical Classification Model
  12. Reinforcement Learning - Deep Q-Learning (Neural Network)
  13. Dimensionality Reduction with PCA (Principal Component Analyzes)
  14. Recommendation with Explicit Feedback (Collaborative Filtering) (CFE)
  15. Recommendation with Implicit Feedback (Collaborative Filtering) (CFI)
You can use the built-in machine learning models separately (training and prediction/inference) or you can build a larger AI system in which several AI models are working together in a flow. Working together in a flow means that one machine learning model may use the output of one or more other machine learning models in a continuous running AI system.

There are several easy to apply machine learning model templates built-in which makes building a complex AI model very easy by using just some mouse clicks. You can train and test your models easily.

You can import any delimited data file into the database. You can also import images which will be converted automatically to machine learning data and saved into the database.

If you select the "Automatically Convert Categorical or Text values" option then categorical values will be automatically converted to numbers with one of the following options (based on your choices per column):

  • integer encoding,
  • one-hot encoding (increases the number of features!),
  • binary encoding (increases the number of features!).
If you select the "Resample for Imbalance Reduction (Classification only!)" option then the data will be automatically resampled in order to correct the class imbalance in the data. The AI-TOOLKIT uses a combination of state of the art resampling methods in order to provide the best possible resampling (noise removal + undersampling of majority classes + oversampling of not majority classes) and not just duplicating or removing records.

There is an easy to use database editor which can be used to view and edit all AI-TOOLKIT databases. The database editor and the AI-TOOLKIT both support encrypted databases in case you need to secure your data.

All machine learning models are optimized for maximum performance and accuracy.

Built-in Tools

There are also several built-in professional machine learning tools and applications: Image editor, Audio editor, Face Recognition app, Speaker Recognition app, Fingerprint Recognition app, etc.

For more information please read the help of each sub-module in the right sidebar of the software.

Visit the AI-TOOLKIT website for more information and training video's.

AI-TOOLKIT and the AI-TOOLKIT Artificial Intelligence Engine are (C) Copyright 2016-present Zoltan Somogyi, All Rights Reserved. Read the license "License.md".
The rest of the files need are here: You do not have permission to view the full content of this post. Log in or register now.
Hanapin ninyo yung "ai-toolkit.bl--spot.com", nandyan yung sample applications and training guides. Good Luck.

A simple alternative for newbies is just download the You do not have permission to view the full content of this post. Log in or register now.. Medyo iba ito ng kaunti, pero ready to use na sila after installation. Install, open the UI, click and download each modules. Be sure it's always the latest version to use it and add this in your hosts file: 0.0.0.0 gilisoft.com
Kung sakaling manghingi ng medicine, try You do not have permission to view the full content of this post. Log in or register now..
1695954755735.png
 

Attachments

Last edited:

joey the cockroach:​

Salamat sa'yo, natuklasan ko yung paggamit ng free plugins using only the free ChatGPT Playground. Pwede pala kahit walang option sa setting he he. Naubos na ang oras ko sa userscripts at browser plugins though pwede rin silang gamitin separately with the same function.
Di kita masagot sa locked thread ni pakner "reonjy" kaya dito ko na lang sinagot. Pinag-aralan ko muna ito bago kita sagutin, kaya tried and tested ko na ito para wala ng tanungan pa. Pwede namang pwersahin sa "system" prompts pero mahirap para sa mga newbies.
Sa iyong query sa "Advanced Data Analysis" alternatives, ito yung best na nakuha kong plugins to try using the You do not have permission to view the full content of this post. Log in or register now. na free forever.
Spoiler contents are visible only to Established Members.
Be sure may free account ka man lang sa OpenAI to use it. Madali naman yan.
1. Login and open your chatgpt playground
2. If using free account, be sure you added the You do not have permission to view the full content of this post. Log in or register now. for real time responses using GPT-3.5
3. Open the provided "spoiler" link and choose your preferred "plugin"
4. Click the "Try It" button, then it will re-link to your "chatgpt playground" page
5. Then click "continue this conversation" and start your conversation using your plugin
That's it!
1697128401409.png

Ito yung magiging itsura after installing the plugin.
Experiment what plugin fits your query. Paisa-isa lang.
I'm sure, marami pang plugin na pwede dyan, but they are close to better replacements to the commercial ChatGPT Plus plugins like Code Interpreter atbp. na kailangan mo ng GPT-4 api key to use them. Mapakinabangan mo ito and the rest who can follow these steps.
Enjoy and don't forget to subscribe to the "plugins" link for your other needs!

NOTE: 10/20/2023 Sa latest update ng OpenAI, di na working itong whatplugin.ai to enable plugins sa FREE version. Sorry! Librechat lang ang alam kong friendly yung GUI to use the ChatGPT Plus plugins. Hanap kayo ng "Spaces" sa Hugginface na may deployed na Librechat server kahit using your free OpenAI/Claude api keys, Pwede rin dyan yung Bing.
 

Attachments

Last edited:
Doon sa interisado sa AUTOGPT pero ang gusto ay FREE Apis, ito yung method:
You do not have permission to view the full content of this post. Log in or register now.

You do not have permission to view the full content of this post. Log in or register now.

Tired of paying for OPENAI, PINECONE, GOOGLESEARCH APIs to try out the latest developments in the AI field? Perfect, this is the repository for you! 🎁

For any problem open an ISSUE 🚬, the project is very simple so any help is welcome💸.

Are you bored reading😴? Do you want to try our project now⏳? Open the notebook on Colab everything is ready!

RUN NOW ON COLAB😮
You do not have permission to view the full content of this post. Log in or register now. ⚠️ Abusing this tool is at your own risk

You do not have permission to view the full content of this post. Log in or register now.

By the way, thank you so much for You do not have permission to view the full content of this post. Log in or register now. and all the support!!

You do not have permission to view the full content of this post. Log in or register now.

Hello everyone 🥰 ,

I wanted to start by talking about how important it is to democratize AI. Unfortunately, most new applications or discoveries in this field end up enriching some big companies, leaving behind small businesses or simple projects. One striking example of this is Autogpt, an autonomous AI agent capable of performing tasks.

Autogpt and similar projects like BabyAGI only work with ρáíd APIs, which is not fair. That's why I tried to recreate a simpler but very interesting and, above all, open-source version of Autogpt that does not require any API and does not need any particular hardware.

I believe that by providing free and open-source AI tools, we can give small businesses and individuals the opportunity to create new and innovative projects without the need for significant financial investment. This will allow for more equitable and diverse access to AI technology, which is essential for advancing society as a whole.



HOW TO GET Tokens & cøøkíés totally for FREE 🔑🔐

You do not have permission to view the full content of this post. Log in or register now.

  • HUGGINGFACE TOKEN : Visit this simple You do not have permission to view the full content of this post. Log in or register now.

GET HUGGINGCHAT cøøkíé🍪

  • copy your email and password int .env file

GET CHATGPT cøøkíé🍪

  • (OPTIONAL BUT BETTER RESULT) CHATGPT🖥:
    1. Go to You do not have permission to view the full content of this post. Log in or register now. and open the developer tools by F12.
    2. Find the __Secure-next-auth.session-token cøøkíé in Application > Storage > cøøkíés > You do not have permission to view the full content of this post. Log in or register now..
    3. Copy the value in the cøøkíé Value field in .env file.
    4. If you have Plus subscription you can use GPT4. Edit in .env file this line : USE_GPT4 = True
You do not have permission to view the full content of this post. Log in or register now.

GET GOOGLE BARD cøøkíé🍪

  • (OPTIONAL) Google Bard🖥:
    1. Go toGo to You do not have permission to view the full content of this post. Log in or register now. and open the developer tools by F12.
    2. Find the __Secure-1PSID cøøkíé in Application > Storage > cøøkíés
    3. Copy the value in the cøøkíé Value field in .env file.
You do not have permission to view the full content of this post. Log in or register now.

GET MICROSOFT BING cøøkíé🍪

  • (OPTIONAL) Bing CHAT👨‍💻:
    1. Check if you have access to You do not have permission to view the full content of this post. Log in or register now.
    2. Install the cøøkíé editor extension for Chrome or Firefox
    3. Go to bing.com
    4. Open the extension for cøøkíé
    5. Click "Export" on the bottom right, then "Export as JSON" (This saves your cøøkíés to clipboard)
    6. Paste your cøøkíés into a file cøøkíésBing.json
You do not have permission to view the full content of this post. Log in or register now.



You do not have permission to view the full content of this post. Log in or register now.

Open the file called .env . If you dont see the file, open your file manger and check for Show hidden file .
Now add you cøøkíé and Token in .env file .



You do not have permission to view the full content of this post. Log in or register now.You do not have permission to view the full content of this post. Log in or register now.🚀

🚀Added the possibility to use Docker image using Dev Container in VSCode. How to run it :

  • Install You do not have permission to view the full content of this post. Log in or register now.
  • Install Visual Studio Code
  • Open Visual Studio and go to Extensions -> search for Dev Container -> install it
  • Restart Visual Studio
  • Go to the project folder, right click and "Open in Visual Studio Code"
  • It will ask you to reopen in a Docker Container
  • Click "Reopen" and wait for it to be complete (you need to have Docker Desktop opened)


You do not have permission to view the full content of this post. Log in or register now.

RUN NOW ON COLAB😮 You do not have permission to view the full content of this post. Log in or register now. ⚠️ Abusing this tool is at your own risk

Or use Locally :

  • Dowload the repository You do not have permission to view the full content of this post. Log in or register now.
  • install using Dev Container in VSCode or python3 -m pip install -r requirements.txt
  • insert the .env file yours Token
  • if you dont see the .env file check "Show hidden file" in your file manger
  • Usage: python BABYAGI.py
BAbyAGI.mp4


You do not have permission to view the full content of this post. Log in or register now.

RUN NOW ON COLAB😮 You do not have permission to view the full content of this post. Log in or register now. ⚠️ Abusing this tool is at your own risk

Or use Locally :

  • Dowload the repository You do not have permission to view the full content of this post. Log in or register now.
  • install using Dev Container in VSCode or python3 -m pip install -r requirements.txt
  • insert the .env file yours Token
  • if you dont see the .env file check "Show hidden file" in your file manger
  • Usage: python AUTOGPT.py
AUTOGPT.mp4


You do not have permission to view the full content of this post. Log in or register now.

RUN NOW ON COLAB😮 You do not have permission to view the full content of this post. Log in or register now. ⚠️ Abusing this tool is at your own risk

Or use Locally :

  • Dowload the repository You do not have permission to view the full content of this post. Log in or register now.
  • install using Dev Container in VSCode or python3 -m pip install -r requirements.txt
  • cd OtherAgent/
  • Choose or develop your agent [ csvAgent.py ; pythonAgent.py ; customAgent.py ]
  • Usage: python YourAgent.py
CustomAgent.mp4


You do not have permission to view the full content of this post. Log in or register now.

RUN NOW ON COLAB😮 You do not have permission to view the full content of this post. Log in or register now. ⚠️ Abusing this tool is at your own risk

Or use Locally :

  • Dowload the repository You do not have permission to view the full content of this post. Log in or register now.
  • python3 -m pip install -r requirements.txt
  • streamlit run Camel.py
Camel.mp4


You do not have permission to view the full content of this post. Log in or register now.

To create an open-source version of Autogpt that does not require ρáíd APIs or specific hardware, we performed a reverse engineering process on ChatGPT, a language model developed by OpenAI. By doing so, we were able to use the agents and new technologies of langchain for free.

We then created a custom LLM wrapper with langchain, which can be used as a plug-and-play solution with any langchain function or tool 💡.

from FreeLLM import ChatGPTAPI

# Instantiate a ChatGPT object with your token
llm = ChatGPTAPI.ChatGPT((token="YOURTOKEN") #for start new chat

# If you have a Plus subscription , you can use GPT4 model
llm = ChatGPTAPI.ChatGPT((token="YOURTOKEN", model="gpt4") # REQUIRED CHATGPT PLUS subscription

# or if if u would to start from an existing chat
# llm = ChatGPTAPI.ChatGPT(token = "YOUR-TOKEN", conversation = "Add-XXXX-XXXX-Convesation-ID")


# Generate a response based on the given prompt
response = llm("Hello, how are you?")

# Print the response
print(response)

You do not have permission to view the full content of this post. Log in or register now.

The code snippet provided above shows how to use our custom ChatGPT LLM class to interact with the language model. It requires a token from the ChatGPT API, which can be obtained from You do not have permission to view the full content of this post. Log in or register now..

Please note that there is a limit of 50 requests per hour for each account on the ChatGPT API 💣. Therefore, we implemented a call counter in our ChatGPT class to prevent exceeding this limit.

You do not have permission to view the full content of this post. Log in or register now.

from FreeLLM import HuggingChatAPI

# Instantiate a ChatGPT object with your token
llm = HuggingChatAPI.HuggingChat() #for start new chat

# Generate a response based on the given prompt
response = llm("Hello, how are you?")

# Print the response
print(response)

You do not have permission to view the full content of this post. Log in or register now.

from FreeLLM import BingChatAPI

# Instantiate a Bing CHAT object with your cøøkíé path
llm=BingChatAPI.BingChat(cøøkíépath="cøøkíé_path") #for start new chat

# if you want set the type of conversation style
#llm=BingChatAPI.BingChat(cøøkíépath=cøøkíé_path, conversation_style="creative") #conversation_style must be precise, creative or balanced

# if you want set Microsoft Bing internet Access
#llm = =BingChatAPI.BingChat(cøøkíépath = "YOUR-cøøkíé" , conversation_style = "precise" , search_result=True) #with web access


# Generate a response based on the given prompt
response = llm("Hello, how are you?")

# Print the response
print(response)

You do not have permission to view the full content of this post. Log in or register now.

from FreeLLM import BardChatAPI

# Instantiate a Bard CHAT object with your cøøkíé path
llm=BardChatAPI.BardChat(cøøkíé="cøøkíé") #for start new chat

# Generate a response based on the given prompt
response = llm("Hello, how are you?")

# Print the response
print(response)

We believe that our open-source version of Autogpt will promote equitable and diverse access to AI technology and empower individuals and small businesses to create innovative AI projects without significant financial investment.

This is an example of CUSTOM agent, in less of 60 line of code and totally for free, with:

  • Internet access
  • Python code execution
  • Wikipedia knowledge
from langchain.agents import initialize_agent #use for create new agent
from langchain.agents import Tool
from langchain.tools import BaseTool, DuckDuckGoSearchRun
from langchain.utilities import PythonREPL #tool for execute python script
from langchain.utilities import WikipediaAPIWrapper #tool get wiki info
from langchain.tools import DuckDuckGoSearchTool #tool get interet live info (langchain==0.0.150)

from FreeLLM import ChatGPTAPI # FREE CHATGPT API
#or
from FreeLLM import HuggingChatAPI
from FreeLLM import BingChatAPI
from FreeLLM import BardChatAPI


# Instantiate a ChatGPT object with your token
llm = ChatGPTAPI.ChatGPT((token="YOURTOKEN")

# or use Bing CHAT
# llm = BingChatAPI.BingChat(cøøkíépath="cøøkíé_path")

# or use Google BArd CHAT
# llm=BardChatAPI.BardChat(cøøkíé="cøøkíé")

# or use HuggingChatAPI if u dont have CHATGPT, BING or Google account
# llm = HuggingChatAPI.HuggingChat()


# Define the tools
wikipedia = WikipediaAPIWrapper()
python_repl = PythonREPL()
search = DuckDuckGoSearchTool()

tools = [
Tool(
name = "python repl",
func=python_repl.run,
description="useful for when you need to use python to answer a question. You should input python code"
)
]

wikipedia_tool = Tool(
name='wikipedia',
func= wikipedia.run,
description="Useful for when you need to look up a topic, country or person on wikipedia"
)

duckduckgo_tool = Tool(
name='DuckDuckGo Search',
func= search.run,
description="Useful for when you need to do a search on the internet to find information that another tool can't find. be specific with your input."
)

tools.append(duckduckgo_tool)
tools.append(wikipedia_tool)


#Create the Agent
iteration = (int(input("Enter the number of iterations: ")) if input("Do you want to set the number of iterations? (y/n): ") == "y" else 3)

zero_shot_agent = initialize_agent(
agent="zero-shot-react-description",
tools=tools,
llm=llm,
verbose=True,
max_iterations=iteration,
)

# Start your Custom Agent in loop
print(">> STRAT CUSTOM AGENT")
print("> Digit 'exit' for exit or 'your task or question' for start\n\n")
prompt = input("(Enter your task or question) >> ")
while prompt.toLowerCase() != "exit":
zero_shot_agent.run(prompt)
prompt = input("(Enter your task or question) >> ")

# SO ESASY :)

You do not have permission to view the full content of this post. Log in or register now.



You do not have permission to view the full content of this post. Log in or register now.

You do not have permission to view the full content of this post. Log in or register now.

Nilatag ko lang yung Github page para makita ninyo yung hidden spoilers.

Just follow the guide carefully. Maraming options dyan for AutoGPT, BabyAGI, Camel AI, Custom AI Agent...You just need free accounts ng HF, Bing, Bard, free ChatGPT via playground and you need Python to run it!
 
Last edited:
Yung dating fans ng GPT4FREE, please be informed that this is working for months now. Just visit the github channel to run it in your end. No API keys needed yan pero kayo ang mag-deploy.
Spoiler contents are visible only to Established Members.
1697997596699.png

1697997850908.png

Read carefully what this GPT can do and what LLMs are in its "providers". Enable "Web access" for real time respobses. Check nyo yung "issues" section for problems encountered and fixes. Kung di ko alam yung complaints ninyo, dyan kayo magtanong. Maraming features yan na di ko rin alam. I just followed their development since the start and followed their guide to run it. Straightforward lang yung scripts para magamit ninyo. Kung sakaling mapaso, wait for the next update. Madali na ngayon kaysa noong nakaraan. You just need python (Version 3.10+ is recommended), or run it using Docker.
Check ninyo yung mga ibang projects, like free apis and other GUIs to use the GPT4FREE app. It's an AIO site to use some of the common GPTs for free any way you like it.
Please take note of this!

cøøkíés Required:​

cøøkíés are essential for the proper functioning of some service providers. It is imperative to maintain an active session, typically achieved by logging into your account.

When running the g4f package locally, the package automatically retrieves cøøkíés from your web browser using the get_cookies function. However, if you're not running it locally, you'll need to provide the cøøkíés manually by passing them as parameters using the cøøkíés parameter.
Ang ibig sabihin nyan, create an active free account on your (installed) web browser from the supported providers, baka hindi makita pag portable gamit ninyo. Check the code (sa Provider folder) para mas sigurado, but they are also mentioned on the web page.
 

Attachments

GPT4FREE continuation:
Idagdag ko itong tool para alam ng user kung ano yung working sa gpt4free providers
You do not have permission to view the full content of this post. Log in or register now.
1698258809557.png

You can use the provided script sa web page to check or extract the python code inside your g4f or gpt4free folder, then execute the checker.
(Yung lumabas na working providers is from v0.1.7.3 na medyo luma na gamit ko for tests - 0.1.7.7 is the latest version ng gpt4free as of this time. If you understood the purpose of the cøøkíés that I quoted from last post, it means you need to have a live account in your browser from the working providers to make sure gpt4free will run smoothly to use the LLMs provided on each and in the gpt4free UI running in your browser. Always visit the repository since gpt4free is always updated to optimize use of included provided. Pwede ninyong dagdagan din. Yan yung maganda dyan.)

Note: Doon sa magkaproblema running gpt4free in localhost on port 80, palitan nyo na lang yung port say at 5000 tulad ng ginamit ko sa last post. Just edit this out sa You do not have permission to view the full content of this post. Log in or register now. Then restart.
Then open 127.0.0.1:5000 in your browser. (I only added this for new users since old-timers should already know this by now as a recurring issue. Basahin ninyo yung You do not have permission to view the full content of this post. Log in or register now. to familiarize yourself on all its features.)
 

Attachments

Last edited:
GPT4FREE continuation:
Idagdag ko itong tool para alam ng user kung ano yung working sa gpt4free providers
You do not have permission to view the full content of this post. Log in or register now.
View attachment 2796078
You can use the provided script sa web page to check or extract the python code inside your g4f or gpt4free folder, then execute the checker.
(Yung lumabas na working providers is from v0.1.7.3 na medyo luma na gamit ko for tests - 0.1.7.7 is the latest version ng gpt4free as of this time. If you understood the purpose of the cøøkíés that I quoted from last post, it means you need to have a live account in your browser from the working providers to make sure gpt4free will run smoothly to use the LLMs provided on each and in the gpt4free UI running in your browser. Always visit the repository since gpt4free is always updated to optimize use of included provided. Pwede ninyong dagdagan din. Yan yung maganda dyan.)

Note: Doon sa magkaproblema running gpt4free in localhost on port 80, palitan nyo na lang yung port say at 5000 tulad ng ginamit ko sa last post. Just edit this out sa You do not have permission to view the full content of this post. Log in or register now. Then restart.
Then open 127.0.0.1:5000 in your browser. (I only added this for new users since old-timers should already know this by now as a recurring issue. Basahin ninyo yung You do not have permission to view the full content of this post. Log in or register now. to familiarize yourself on all its features.)
Kung sakaling may interested pero di makuha pa rin mag-deploy ng You do not have permission to view the full content of this post. Log in or register now., check the older versions of this python module You do not have permission to view the full content of this post. Log in or register now. or You do not have permission to view the full content of this post. Log in or register now.. Nandyan yung complete setup guides. Kung hindi, just search in github for "gpt4free" (original by xtekky) and look for the "latest" updates which are easy to run locally.
Ex.You do not have permission to view the full content of this post. Log in or register now. na one-click lang. No need to install python daw he he. Nandyan na kasi lahat including the requirements and command scripts. But if ever xtekky updates its gpt4free, this dev should too since dependent yan sa original source. This dev will teach you how it works, but you need to study the code and commands. Follow the requirements to use gpt4free based on You do not have permission to view the full content of this post. Log in or register now.. Kung as is lang, some providers will not be used in the apps as they need cøøkíés from your browsers.
(Basahin ninyong mabuti kung ano ang gpt4free. Hindi ito focused mainly sa OpenAI's GPT4 kundi sa lahat ng supported LLMs as well, which you can customly select or it automatically selects for you to use the AIs.The more providers you use, the longer the chance of using the free LLMs for free.)
 
Stable Diffusion System online FREE and extras:
Halos lahat naman ay mentioned na dito sa past post pero ulitin ko rin yung mga madadali sa di nagbabasa he he.
Kung gusto nyo lang mag-experiment ng AI image generation for free, better go here sa You do not have permission to view the full content of this post. Log in or register now. and search for your favorite AI apps - from image, text generation (LLM/GPT), at iba pang mga applications na deployed and running for public use. Type nyo lang sa search box and you're good to go. Sa Stable Diffusion (at iba pang AI apps) ay maraming pagpipilian from simple to full version or even GPT UIs to use. Mas maganda yung naka-login ka sa HF para kasama yung ibang apps and features na provided for members you are loggged in. You don't need to google online services dahil magsasawa ka sa kakagamit. Basta "running" at malakas yung hardware na gamit mas mainam - common sense! May mga apps dyan na renamed so you need to use trial and error sa inyong searches sqa "spaces" section ng HF.
Doon naman sa gustong gamitin yung Stable Diffusion for free online using your favorite graphic UI like Photoshop, GIMP, Blender, etc., basahin ninyo yung post ko dito. Ito yung mga yan. Meron pa ngang within your SD UI, you can generate images without using a GPU with a free web service. Kayo na yung magsubok at maghanap sa baba.
  • You do not have permission to view the full content of this post. Log in or register now. (free, propriety) - Imagecreator online service for free (akaid.art)
  • You do not have permission to view the full content of this post. Log in or register now.
Kung susubok kayo sa Adobe Photoshop, be sure na familiar kayo sa paggamit nyan. Since Adobe provides betas nowadays dahil sa Firefly and Generative Fill, mahilig silang magtigil ng Cloud service sa past versions. Be updated sa bugs and fixes nila at especially kung crcked version ang gamit ninyo he he.
Kung image generation lang naman ang hanap ninyo, you don't need this free plugin since merong direct web online service na at kung gumagana naman yung Firefly and Generative Fill ninyo sa crcked PS version.
Kung wala kayong mapili dyan sa links, just open You do not have permission to view the full content of this post. Log in or register now. and share your image creations he he. Good luck sa mga mapalad.
 
Check nyo rin yung mga napag-usapan namin sa REONGPT thread at maraming buhay pang open source devs dyan like You do not have permission to view the full content of this post. Log in or register now.. H20GPT is still a running development (with AIO installer), same as the rest like reversed engineered Bing (w/Sydney personality) and the rest. Librechat is still alive pero tricky na ngayon, Just follow the guide if you can or find a deployed server sa Huggingface (spaces) for ease of use. Visit github channels concerning GPT/LLM UIs. Maraming free GPT4, Claude atbp., with or without apis - login lang sa providers and most apps will prolong its use. Yan yung kalimitang projects dyan. Tigil muna ako't walang masyadong interest sa ganitong AI thread dito he he. Ang tricks sa free GPTs and other AIs is this.
1. one click web link - use search engines, find a github project with a demo link, find a deploy project ing huggingface Spaces section or some deployment server like Vercel, Gitpod, etc.
2. software installer - find AI projects on github that provides this (with or without api or via login sa bawat provider na include nila) - samples are ChatALL, GPT4Free, Chathub, ChatGPT-NextWeb...
3. free apis - find sources which give free api keys and custom endpoints for their provided LLMs (GPT4, GPT3.5, Claude, Palm, etc.) - most to be claimed on some "diyescord" channels or get free/buy cheap apis from You do not have permission to view the full content of this post. Log in or register now.
4. one-api - projects like this combine your collection of free-apis into one universal api thus prolonging the use of your preferred LLM use, but you need to find a compatible GUI to to use it as stated on their dev channel or thru trial and error
5. RE-apis - this project reverse engineers your existing api (self-hosted) to bypass country restrictions and LLM limits - either as proxified api or endpoint - Ex. Self-host your existing free OpenAI api using As RE-api using You do not have permission to view the full content of this post. Log in or register now. method.
6. run apps - look for programs to launch on github using python, nodes, go, etc. , run them using docker locally or on an external server like hugginface, vercel, gitpod, google colab, etc. - the app' cahnnel will provide guides in most cases like gpt4free, autogpt, librechat, h20gpt, etc. (same as the ai art generator apps like stable diffusion and its derivatives)
Unlimited GPT ay hindi "one to sawa". Titigil din yan pagdating ng target no. of requests (per hour/day/month...) maging sa max token counts. May waiting period bago ka mag-reset at makapag-request ulit. There is always a limit, reverse engineered man yan or not. Rate and token limits are always in place from ρrémíùm service providers like OpenAI and the rest. Please read the infos regarding use of your chosen GPTs. Kaya mag-ipon kayo ng GPT sources ninyo para di kayo mabitin he he.
Good luck na lang po.
 
Dagdag ko na lang ito sa last post to give you an idea.
You do not have permission to view the full content of this post. Log in or register now.
Nandyan yung information sa pinagsasabi ko to run your own FREE GPT! Kaunting hirap lang ang kailangan.

Pero sa one-click free option, magsawa kayo by sa dami using You do not have permission to view the full content of this post. Log in or register now. search engine using this sample queries:
free ai services online, free gpt ai services online,....Bahala na kayong mag-edit sa iba ninyo nais.
Huwag kayong gumamit ng Google ha at baka isa o dalawa lang ang lumabas, at puro spam links ang karamihan he he. Useless na yan ngayon sa dami ng restrictions nya.
 
Last edited:
FOR ALL CHATGPT PLUS ACCOUNT HOLDERS, these are a collection of great services provided in OpenAI for you to utilize.
Spoiler contents are visible only to Established Members.
As stated, kailangan may live account kayo to use them - ρáíd or otherwise.
FOR GPT RELATED OPEN SOURCE PROJECT COLLECTIONS, browse the links here for free utiliztion of these available app project.
Spoiler contents are visible only to Established Members.
I'll share some popular open source developments already known to some:

GPT open source replacement robot​

github addressNumber of likesIntroductionFunction
You do not have permission to view the full content of this post. Log in or register now.27.3kA chatbot is trained on large amounts of clean assistant data, including code, stories, and conversations1. Local training and conditioning
You do not have permission to view the full content of this post. Log in or register now.1 kgpt4all ui interface1. Use the UI interface to train, tune and use locally
You do not have permission to view the full content of this post. Log in or register now.22.0kOpenAssistant is a chat-based assistant that understands tasks, interacts with third-party systems, and dynamically retrieves information.Open Assistant is a project that aims to make large chat-based language models accessible to everyone.
You do not have permission to view the full content of this post. Log in or register now.19.8kStanford's Alpaca Model (Alpaca)
You do not have permission to view the full content of this post. Log in or register now.15.6kMicrosoft's open-source one-click RLHF training can speed up your ChatGPT-like large-scale models by 15 times and save money by 15 times, helping users easily train ChatGPT-like and other large language models. Everyone is expected to have their own ChatGPT.
You do not have permission to view the full content of this post. Log in or register now.16.0kA product developed by Tsinghua University, ChatGLM-6B is an open source conversational language model that supports bilingual Chinese and English.162 million parameters 2. Users can deploy locally on consumer-grade graphics cards (a minimum of 6GB of video memory is required at the INT4 quantization level)
You do not have permission to view the full content of this post. Log in or register now.7.2kA product developed by Tsinghua University, ChatGLM-6B is an open source dialogue language model V2 version that supports Chinese and English bilingualism.The performance of ChatGLM2-6B has been greatly improved on MMLU (+23%), CEval (+33%), GSM8K (+571%), BBH (+60%) and other data sets.
You do not have permission to view the full content of this post. Log in or register now.14.3kMaster karpathy released a minimal PyTorch implementation of OpenAI GPT (Generate Pre-training Converter) training. The code is very concise and clear, and is suitable for hands-on learning of GPT models.
You do not have permission to view the full content of this post. Log in or register now.12.5kAn open platform for training, serving, and evaluating chatbots based on large language models. (little alpaca)1. Stanford, together with scholars from CMU, UC Berkeley and other institutions, once again released the 13 billion parameter model Vicuna, which can achieve 90% of the performance of ChatGPT for only $300.
You do not have permission to view the full content of this post. Log in or register now.9.9kEnhanced visual language understanding (image recognition) and advanced large-scale language models1. Recognize pictures and have conversations
You do not have permission to view the full content of this post. Log in or register now.9.2kAn open source implementation of lightweight ChatGPT, little alpaca-lora1. Uses LoRA lightweight model 2. Only needs to train a small number of parameters to achieve effects comparable to the Standford Alpaca model 3. Requires RTX 4090 to play
You do not have permission to view the full content of this post. Log in or register now.796A React-based program that executes FreedomGPT LLM natively on Mac and Windows (offline and private) using a chat-based interface (based on Alpaca Lora)
You do not have permission to view the full content of this post. Log in or register now.8.1kStability AI, the startup company of Stable Diffusion, released and open sourced the large language model StableLM trained by the teamStableLM, released today, was trained on a larger version of the open source dataset The Pile, which contains information from a variety of sources, including Wikipedia, the question-and-answer site Stack Exchange, and the biomedical database PubMed. The scale is three times that of The Pile, containing 1.5 trillion tokens (characters). Its ultra-large scale enables StableLM to have ultra-high performance in sessions and encoding, but it currently only has 3-7 billion parameters, while GPT-3 has 1750 billion parameters.
You do not have permission to view the full content of this post. Log in or register now.7.5kBuilt by the former OpenAI team, OpenChatKit provides a powerful open source foundation for creating specialized and general-purpose chatbots for a variety of applications.1.20 billion parameter language model 2. Users only need to prepare their own data sets and use OpenChatKit's recipes to fine-tune the model to obtain high-precision results.
You do not have permission to view the full content of this post. Log in or register now.7.3kA gradient web UI for running large language models such as GPT-J 6B, OPT, GALACTICA, LLaMA and Pygmalion
You do not have permission to view the full content of this post. Log in or register now.6.3kImplement RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT, but with PaLM.
You do not have permission to view the full content of this post. Log in or register now.5.7kChatRWKV is an open source project benchmarking ChatGPT, hoping to achieve "Stable Diffusion of large-scale language models"
You do not have permission to view the full content of this post. Log in or register now.4.4kDatabricks’ Dolly is a large-scale language model trained on the Databricks machine learning platform1. Dolly used Alpaca data to fine-tune the open source EleutherAI 6 billion parameter model two years ago.
You do not have permission to view the full content of this post. Log in or register now.4.1kChinese LLaMA&Alpaca large language model + local deployment1.🚀 Open source the Chinese LLaMA large model pre-trained with Chinese text data🚀 Open source the Chinese Alpaca large model that has been further fine-tuned with instructions🚀 Quickly use a laptop (personal PC) to locally deploy and experience the quantified version of the large model
You do not have permission to view the full content of this post. Log in or register now.717The first domestic ChatGPT-like model: Fudan University MOSS, RTX 3090 graphics card can run
You do not have permission to view the full content of this post. Log in or register now.3.7kOpen source Chinese dialogue large model1. At this stage, this project is based on some open source pre-trained large language models (such as BLOOM, LAMMA, etc.) and is optimized for Chinese. Model tuning only uses data produced by ChatGPT (does not include any other data).
You do not have permission to view the full content of this post. Log in or register now.2.9kA repo for distributed training of language models through Reinforcement Learning with Human Feedback (RLHF)1. Supports online RL with up to 20b parameters and offline RL with larger models. Basically the project you use to fine-tune GPT to ChatGPT
You do not have permission to view the full content of this post. Log in or register now.2.4kLightning-AI implements the LLaMA language model based on nanoGPT. Supports quantization, LoRA fine-tuning, and pre-training.
You do not have permission to view the full content of this post. Log in or register now.2.1kEfficiently fine-tune a chatbot: LLaMA-Adapter🚀1.LLaMA is fine-tuned within 1 hour following instructions and 1.2M parameters
You do not have permission to view the full content of this post. Log in or register now.1.7kKoboldAI-your door to GPT writingThis is a browser based frontend I-Assisted writing with multiple local and remote I models
You do not have permission to view the full content of this post. Log in or register now.1.3kDomestic functional conversational language model that supports Chinese and English bilingualism: ChatYuan1.ChatYuan-large-v2 is one of the models in the ChatYuan series that achieves high-quality results with lightweight design. Users can perform inference on consumer-grade graphics cards, PCs and even mobile phones (INT4 requires only 400M minimum).
You do not have permission to view the full content of this post. Log in or register now.801Wenda: A large-scale language model calling platform1. Currently supported models: chatGLM-6B, chatRWKV, chatYuan. 2. Automatic search in knowledge base 3. Support parameter online adjustment
You do not have permission to view the full content of this post. Log in or register now.114Micro version of ChatGPT, a minimal example of aligning a language model with ChatGPT-like RLHF

Professional field robots​

namegithub addressNumber of likesIntroductionFunction
biomedical robotsYou do not have permission to view the full content of this post. Log in or register now.3.7kLarge-scale language model based on biomedical research literature launched by Microsoft team1. Extraction of biomedical entities such as genes or diseases
2. Chatbots that can answer biomedical questions
3. Summary and auto-completion of biomedical fields
doctor robotYou do not have permission to view the full content of this post. Log in or register now.2.3kA medical chat model improved based on the LLaMA model using medical domain knowledge1. Data training: 200,000 real conversations between patients and doctors from HealthCareMagic.com, 26k real conversations between patients and doctors from icliniq.com
legal robotYou do not have permission to view the full content of this post. Log in or register now.1.9kAI legal assistant1. Fixed-field robot based on GPT and using embeddings vector database
Assuming you can deploy it locally (offline), on docker, google colab or in any external server as stated on their guide, it will provide you with an alternative GPT service similar to the ones you use online - from OpenAIO, Claude, Microsoft Azure, Google, etc. They are just examples of other options of various LLM services we see on the net. You can try looking for demos or actual live servers from a developer or forker using a repository in You do not have permission to view the full content of this post. Log in or register now. (You do not have permission to view the full content of this post. Log in or register now.). Hanapin ninyo lang yung buhay at deployed on an upgraded hardware para mabilis yung response.
LLM development has already spread, so the best way is to study how each perform and upgraded in real time. Some sites like "You do not have permission to view the full content of this post. Log in or register now." can give you an idea. Though there are other LLM benchmarking sites, their LLM Leaderboard shows which ones have higher elo ratings than the rest. Each LLM-Leaderboard has it's own formula for "elo" and must not be treated the same from other testing sites Like You do not have permission to view the full content of this post. Log in or register now.. For open source benchmarking, this You do not have permission to view the full content of this post. Log in or register now. provides the latest. In this way, you'll understand and modify your decisions on which LLM you can use depending on your budget and requirements.
GPT-4 performance depend on the actual api they are using (from old to new) - from 8k-32k, turbo, hybrids/mods like Microsoft Bing AI 4k service, etc. They (GPT4) are all different unless you actually know the exact version you are using. Benchmarks will show only a glimpse of how you see them perform the tests/benches- though not all versions are covered. The token limits play a big part on their actual performance, so those like Claude-100k/200k will perform better on deeper analysis than the rest on this criteria. For normal/casual use, top performers are the best choice but you also need to know where they excel too - coding, math, general knowledge, complex analysis of objects/images, etc. including how fast they respond. It's all up to you!
 
Last edited:
FOR ALL CHATGPT PLUS ACCOUNT HOLDERS, these are a collection of great services provided in OpenAI for you to utilize.

As stated, kailangan may live account kayo to use them - ρáíd or otherwise.
FOR GPT RELATED OPEN SOURCE PROJECT COLLECTIONS, browse the links here for free utiliztion of these available app project.

I'll share some popular open source developments already known to some:

Assuming you can deploy it locally (offline), on docker, google colab or in any external server as stated on their guide, it will provide you with an alternative GPT service similar to the ones you use online - from OpenAIO, Claude, Microsoft Azure, Google, etc. They are just examples of other options of various LLM services we see on the net. You can try looking for demos or actual live servers from a developer or forker using a repository in You do not have permission to view the full content of this post. Log in or register now. (You do not have permission to view the full content of this post. Log in or register now.). Hanapin ninyo lang yung buhay at deployed on an upgraded hardware para mabilis yung response.
LLM development has already spread, so the best way is to study how each perform and upgraded in real time. Some sites like "You do not have permission to view the full content of this post. Log in or register now." can give you an idea. Though there are other LLM benchmarking sites, their LLM Leaderboard shows which ones have higher elo ratings than the rest. Each LLM-Leaderboard has it's own formula for "elo" and must not be treated the same from other testing sites Like You do not have permission to view the full content of this post. Log in or register now.. For open source benchmarking, this You do not have permission to view the full content of this post. Log in or register now. provides the latest. In this way, you'll understand and modify your decisions on which LLM you can use depending on your budget and requirements.
GPT-4 performance depend on the actual api they are using (from old to new) - from 8k-32k, turbo, hybrids/mods like Microsoft Bing AI 4k service, etc. They (GPT4) are all different unless you actually know the exact version you are using. Benchmarks will show only a glimpse of how you see them perform the tests/benches- though not all versions are covered. The token limits play a big part on their actual performance, so those like Claude-100k/200k will perform better on deeper analysis than the rest on this criteria. For normal/casual use, top performers are the best choice but you also need to know where they excel too - coding, math, general knowledge, complex analysis of objects/images, etc. including how fast they respond. It's all up to you!
lods pasabit ng chatgpt ρrémíùm need lang sa research at covid survey

hirap kasi ng formula para maanalyze yun data
 
lods pasabit ng chatgpt ρrémíùm need lang sa research at covid survey

hirap kasi ng formula para maanalyze yun data
Pasensya pero personal account ng anak kong estudyante yan. Sa rate limits nyan ay baka kulang pa sa kanya he he kung puro GPT4 up to turbo ang gamit. Ang hinabol ko dyan yung paggamit ng plugins para madali para sa kanya. GPT4 dependent kasi rin siya for some crazy reason at tamad mag-install ng apps na gamit ko. Baka pa ako sermunan ni misis he he. Pera naman nila yan. Kaya ako, sa open source gumagamit kung kailangan ko lang at libangan kong mag-test ng new apps.

Kung gusto mo ng GPT4, the best choice is use You do not have permission to view the full content of this post. Log in or register now. (using their simulated GPT4) and use a vpn para tumagal, same as You do not have permission to view the full content of this post. Log in or register now. (na may free use of Claude din). Sabayan mo rin mag-install ng gpt4free na binanggit ko sa thread. Hanapin mo yung portable version sa past posts at one-click yan to install/update it, and login to all providers which provide GPT4 para tumagal siyang magbigay nyan. May sarili ka ng GPT4 for yourself. Yan yung pinakamalapit sa true GPT4 service with option to choose the version you want (from GPT4 of Bing, OpenAI's GPT4 up to 32k and other ρrémíùm LLM service. Para ka lang nag-install ng Stable Diffusion din!
Uulitin ko rin itong isa para dagdag na rin for possible GPT4 and other ρrémíùm services.
Go here:
Spoiler contents are visible only to Established Members.
Basahin ninyong maigi. Marami kayong options dyan either to get a working api key with prescribed endpoint or try your luck on GPT 3.5 to 4 web links. Yung sa una, kailangan ninyo ng compatible GPT UI like You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., atbp. May web links at installer yan. Bahala na kayo. Bawat api key provider, may binabagayang GUI at custom endpoint (base url) for chat completions, etc. They provide the pairing for ease of use depende sa service na binibigay nila like chat, image generation, etc.
Ex. Sa Openai api key starts with "sk-..........." and its sample endpoint is "You do not have permission to view the full content of this post. Log in or register now." or "You do not have permission to view the full content of this post. Log in or register now."
Yan yung sample standards sa Openai as stated here: You do not have permission to view the full content of this post. Log in or register now.
Ex. Sa Betterchatgpt you place them here:
1701760325987.png

Ang problema lang sa mga free apis ay random ang downtime at may limited requests din, kaya be updated sa kanilang sites just in case. Meron din specific ang use ng api sa ip address mo so vpn will not work unless you generate a new key for that ip or reset your ip on their site. Ang bottomline, be informed sa changes.
Kung marami kayong buhay na gpt apis, pwede ninyo yang i-consolidate into one-api using this
You do not have permission to view the full content of this post. Log in or register now. app. Deploy its server, login to your server, create channels for your collected apis (standard or custom) and create your universal api later. Para lang ito sa nakakaintindi ng functions ng apis at endpoints ng providers. Kahit ako, kinakapa ko lang thru reading the guide and issues sa channel. Parang alternative long method yan using gpt4free if you know what I'm saying. Same din sa single api, may binabagayan yang UI to use.
Medyo laylow muna ako sa AI dahil masyadong mabilis ang changes, though yung logic ng free use is easy to get and takes a few clicks to run from the guides provided on github.
Yang Chatgpt Plus or ρrémíùm sa openai playground ang true GPT4 sa standard use with plugin support. Sa free GPT4 version, yung developer na nakakuha ng api key na yan ang pwede lang mag-share. Sa normall Chatgpt Plus account holders, the api key will provide a downgraded version of it sa pagkaalam ko sa ngayon. To use the plugins, you'll have to find a UI that supports plugins too. That's how OpenAI manages their service. Mahigpit na sila di tulad dati na kahit yung free api nila ay pwedeng makagamit ng custom plugins sa playground. Browser pextensions na lang yung last option pero pili lang yung magagamit natin - but still it works. Wala pang reversed-engineered api sa latest GPT4 versions nila. FYI.
Kaya ito binigay kong guides at mga nakaraan ang possible path to try ang utilize up to the level of GPT4 no matter what version (8k-32k) it is.
Check nyo na lang yung pinakamataas ang elo sa LLM Leaderboards ng open source LLMs. Marami dyan ay merong 16k-32k text na as good as GPT3.5-turbo. Just look for the free to use models Huggingface spaces section. Kunin ninyo yung running on upgraded GPU hardware for unlimited use. Dyan lang magsasawa na kayo sa kaka-request basta ang nakalagay ay "running" state.
Try nyo rin yung You do not have permission to view the full content of this post. Log in or register now. May installer yan or try the forks. Or find a live server.
Spoiler contents are visible only to Established Members.
Itong You do not have permission to view the full content of this post. Log in or register now.ay marami kayong options depende sa type ng feature na hanap ninyo.
Spoiler contents are visible only to Established Members.
Magsubok kayong mag-search ng buhay na GPT service dito like this sample query:
Spoiler contents are visible only to Established Members.
Get the idea? Marami talagang alternatives.
 

Attachments

Last edited:
Pasensya pero personal account ng anak kong estudyante yan. Sa rate limits nyan ay baka kulang pa sa kanya he he kung puro GPT4 up to turbo ang gamit. Ang hinabol ko dyan yung paggamit ng plugins para madali para sa kanya. GPT4 dependent kasi rin siya for some crazy reason at tamad mag-install ng apps na gamit ko. Baka pa ako sermunan ni misis he he. Pera naman nila yan. Kaya ako, sa open source gumagamit kung kailangan ko lang at libangan kong mag-test ng new apps.

Kung gusto mo ng GPT4, the best choice is use You do not have permission to view the full content of this post. Log in or register now. (using their simulated GPT4) and use a vpn para tumagal, same as You do not have permission to view the full content of this post. Log in or register now. (na may free use of Claude din). Sabayan mo rin mag-install ng gpt4free na binanggit ko sa thread. Hanapin mo yung portable version sa past posts at one-click yan to install/update it, and login to all providers which provide GPT4 para tumagal siyang magbigay nyan.May sarili ka ng GPT4 for yourself. Yan yung pinakamalapit sa true GPT4 service with option to choose the version you want (from GPT4 of Bing, OpenAI's GPT4 up to 32k and other ρrémíùm LLM service. Para ka lang nag-install ng Stable Diffusion din!
Uulitin ko rin itong isa para dagdag na rin for possible GPT4 and other ρrémíùm services.
Go here:

Basahin ninyong maigi. Marami kayong options dyan either to get a working api key with prescribed endpoint or try your luck on GPT 3.5 to 4 web links. Yung sa una, kailangan ninyo ng compatible GPT UI like You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., atbp. May web links at installer yan. Bahala na kayo. Bawat api key provider, may binabagayang GUI at custom endpoint (base url) for chat completions, etc. They provide the pairing for ease of use depende sa service na binibigay nila like chat, image generation, etc.
Ex. Sa Openai api key starts with "sk-..........." and its sample endpoint is "You do not have permission to view the full content of this post. Log in or register now." or "You do not have permission to view the full content of this post. Log in or register now."
Yan yung sample standards sa Openai as stated here: You do not have permission to view the full content of this post. Log in or register now.
Ex. Sa Betterchatgpt you place them here:
View attachment 2833267
Ang problema lang sa mga free apis ay random ang downtime at may limited requests din, kaya be updated sa kanilang sites just in case. Meron di specific ang use ng api sa ip address so vpn will not work unless you generate anew key for that ip or rest your ip on their site. Ang bottomline, be informed sa changes.
Kung marami kayong buhay na gpt apis, pwede ninyo yang i-consolidate into one-api using this
You do not have permission to view the full content of this post. Log in or register now. app. Deploy its server, login to your server, create channels for your collected apis (standard or custom) and create your universal api later. Para lang ito sa nakakaintindi ng functions ang apis at endpoints ng providers. Kahit ako, kinakapa ko lang thru reading the guide and issues sa channel. Parang alternative long method yan using gpt4free if you know what I'm saying. Same din sa single api, may binabagayan yang UI to use.
Medyo laylow muna ako sa AI dahil masyadong mabilis ang changes, though yung logic ng free use is easy to get and takes a few clicks to run from guide provided on github.
Yang Chatgpt Plus or ρrémíùm sa openai playground ang true GPT4 sa standard use with plugin support. Sa free GPT4 version, yung developer na nakakuha ng api key na yan ang pwede lang mag-share. Sa normall Chatgpt Plus account holders, the api key will provide a downgraded version of it sa pagkaalam ko sa ngayon. To use the plugins, you'll have to find a UI that supports plugins too. That's how OpenAI manages their service. Mahigpit na sila di tulad dati na kahit yung free api nila ay pwedeng makagamit ng custom plugins sa playground. Browser pextensions na lang yung last option pero pili lang yung magagamit natin - but still it works. Wala pang reversed-engineered api sa latest GPT4 versions nila. FYI.
Kaya ito binigay kong guides at mga nakaraan ang possible path to try ang utilize up to the level of GPT4 no matter what version (8k-32k) it is.
Check nyo na lang yung pinakamataas ang elo sa LLM Leaderboards ng open source LLMs. Marami dyan ay merong 16k-32k text na as good as GPT3.5-turbo. Just look for the free to use models Huggingface spaces section. Kunin ninyo yung running on upgraded GPU hardware for unlimited use. Dyan lang magsasawa na kayo sa kaka-request basta ang nakalagay ay "running" state.
Try nyo rin yung You do not have permission to view the full content of this post. Log in or register now. May installer yan or try the forks. Or find a live server.

Itong You do not have permission to view the full content of this post. Log in or register now.ay marami kayong options depende sa type ng feature na hanap ninyo.

Magsubok kayong mag-search ng buhay na GPT service dito like this sample query:

Get the idea? Marami talagang alternatives.
hate ko na rin po AI lalo yun art ang bilis na hindi na ako makasabay kaya naiinis ako hahaha saka magaling na rin naman ako sa 3D na ginawa talaga kaya pakiramdam ko nawalan ng value effort ko haha
 
hate ko na rin po AI lalo yun art ang bilis na hindi na ako makasabay kaya naiinis ako hahaha saka magaling na rin naman ako sa 3D na ginawa talaga kaya pakiramdam ko nawalan ng value effort ko haha
He he. Sa umpisa lang yung thrill dahil bago. Ang uses naman ng AI ay malawak kaya find other branches that could benefit in the future. Endless options yan hindi lang sa graphics, text generation, atbp.
Nag-iintay pa ako ng budget para sa offline AI project ko para panggamit sa bahay. Limited pa kasi sa side ko dahil hanggang cpu-mode lang yung kaya nya, though meron din gumagana sa 2GB VRAM. Advanced na rin ngayon sa SD cpu-mode dahil sa onnx runtime. Seconds na lang yung generation pero maraming conversions to customize standard checkpoints. Ang importante naman ay yung kaalaman kung papaano gawin yung nais mo using these tools. Kampante ka na kung ano pa yung susunod mong gawin.
Maganda, may sarili kang AI na finetuned only for your own specific use para di na dependent sa ρáíd online services. Backup na lang yung online in case kailangan ng process to run it properly with some available apis and a little bit of reverse engineering na form of trick to acquire the service and circumvent restrictions.
Maiiwan ako sa uso kung hindi ako parating updated he he.
 
Back
Top