Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luona-dev committed Nov 19, 2023
1 parent e5a5608 commit 58b0576
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ minima:
author:
name: luona.dev
email: contact@luona.dev
# author: luona.dev
# email: contact@luona.dev

# twitter_username: LuonaDev
# github_username: luona-dev

google_analytics: G-NXEC9DNP3M

Expand Down
2 changes: 2 additions & 0 deletions assets/fastapi/fastapi-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/vuejs/vuejs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions gpts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,24 @@ Due to the time gap between their training and deployment, these AI models often

## Available [latest] GPTs

- [Vue.js GPTs](/gpts/vuejs/)
- [FastAPI GPTs](/gpts/fastapi/)
- <img src="/assets/vuejs/vuejs-logo.svg" height="16" /> [Vue.js GPTs](/gpts/vuejs/)
- <img src="/assets/fastapi/fastapi-logo.svg" height="20" style="margin-right:4px;"/>[FastAPI GPTs](/gpts/fastapi/)


### Knowledge retrieval

All the **[latest] GPTs** are equiped with a curated knowledge file that describes all new features, breaking changes, deprecations and bug fixes of a library since the last version that the GPT-4 is literate in.
To create these knowledge files, an **hybrid approach** is employed, combining the powers of AI with human experience🤯. First AI algorithms skim through vast amounts of data to summarize key changes. Each AI-generated summary then undergoes a **human review**. This step ensures the accuracy, relevance, and comprehensiveness of the information, filtering out noise and preserving only what’s crucial.
The goal is to condense this ocean of information into a compact, potent knowledge file🤌. This **minimizes knowledge retrieval time**, whilst empowering developers with swift, **state-of-the-art** coding asssistance.

### Presets/Conversation starters ⚙️

...
For many libraries and frameworks, there is more than one way to "do it right". Take [Vue.js](https://vuejs.org) for example, some people prefere to use its Options API, without TypeScritp, while other use the Composition API with TypeScript. It quickly becomes tiresome to always have to explain to your coding assistant which syntax/API you want to use. Therefore we are utilizing the "Conversation starters" feature of the OpenAI GPTs to quickly let you enhance the assistant with important context information 🚀.

If you have an idea for a preset, [leave us feedback](/README.md#contribution-guidelines) or create an issue.

### Tests & Performance 🌡️

...
Our promise: Coding assistants that are always up-to-date with the latest features of your favorite libraries and frameworks 😇. To ensure this, we are conducting several tests with each of our **[latest] GPTs**. Each test focuses on a feature/deprecation of a specific version of a library. The tests are conducted with the **[latest] GPT** and a "plain GPT" that has the same instructions as the **[latest] GPT** but no access to a knowledge file. This way we can compare the performance of the **[latest] GPTs** to that of ChatGPT.

If you have an idea for a test, [leave us feedback](/README.md#contribution-guidelines) or create an issue.
15 changes: 7 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
---
title: "[luona.dev] - GPT Knowledge Base"
layout: home
---

We at [luona.dev](https://luona.dev) create and maintain a set of [OpenAI Custom GPTs](https://openai.com/blog/introducing-gpts) that combine handcraftet ⚒️ instructions, helpful presets ⚙️ and condensed knowledge 🧠 into a cutting-edge suite of tools designed to enhance coding efficiency and accuracy. Find out [more about](/gpts/) them.
At [luona.dev](https://luona.dev), we create and maintain a set of [OpenAI Custom GPTs](https://openai.com/blog/introducing-gpts) that combine handcraftet ⚒️ instructions, helpful presets ⚙️ and condensed knowledge 🧠 into a cutting-edge suite of tools designed to enhance coding efficiency and accuracy. Find out [more about](/gpts/) them.

GPTs are still a new and emerging technology, therefore we have conducted several experiment to help us and the community to get the most out of them. You can find the results of these experiments in our [research section](/research/).
GPTs are still a new and emerging technology, therefore we are conducting experiments enable us and the community to get the most out of them. You can find the results of these experiments in our [research section](/research/).

## Our [latest] GPTs:

- [[latest]Vue3 GPT](/gpts/vuejs/)
- [[latest]FastAPI GPT](/gpts/fastapi/)
- <img src="/assets/vuejs/vuejs-logo.svg" height="16" /> [Vue.js GPTs](/gpts/vuejs/)
- <img src="/assets/fastapi/fastapi-logo.svg" height="20" style="margin-right:4px;"/>[FastAPI GPTs](/gpts/fastapi/)
- What's next? You decide.. 🗳️

## [luona.dev] GPT research:
- [Research](/research/)
- [Adressing Experiment](/research/adressing-experiment/)
- [How to address GPTs](/research/adressing-experiment/)


## Contributing
## Feeback & Problems

We are always looking for new ideas and contributors. If you want to contribute to our GPTs, our research or this website, please read our [contribution guidelines](/README.md#contribution-guidelines).
If you encounter problems with our GPTs or have feedback for us, please hop over to [GitHub](https://github.com/luona-dev/latestGPTs/) and check out or our [contribution guidelines](https://github.com/luona-dev/latestGPTs#contribution-guidelines).

8 changes: 3 additions & 5 deletions research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ title: Research on OpenAI Custom GPTs
description: Research on OpenAI Custom GPTs
layout: base
---
# GPT Research
# GPT Research 🧑‍🔬

The recent weeks have seen a flood of new [OpenAIs GPTs](https://openai.com/blog/introducing-gpts) comming into being. Upon inspection of what the community has created, it is evident that GPTs are still an emerging technology and no "best-practices" have developed yet. Research and Experiments can help to find out what works and what doesn't. This page documents research conducted by luona.dev as and collects valuable resources from the community.

## Navigation:
- Research
- [Adressing Experiment](/research/adressing-experiment/)
- [Resources](#resources)

- [👋Adressing Experiment](/research/adressing-experiment/)

## Resources
Feel free to add your own resources to this list by creating a pull request.
Feel free to add your own resources to this list by [creating a pull request](https://github.com/luona-dev/latestGPTs#contribution-guidelines).

0 comments on commit 58b0576

Please sign in to comment.