You are browsing as a guest. Sign up (or log in) to start making projects!

yumorange

@yumorange

Joined June 1st, 2026

  • 7Devlogs
  • 2Projects
  • 2Ships
  • 30Votes
Yum.
Ship

Tariq's progress has come another step further! We're trying new ways of developing the model to make him faster, which has been challenging due to model keys being stupidly hard with pytorch. If you want to get the full out of testing tariq, you should know these things:
1. Tokens - They control how many characters/words tariq is able to use, in a sense, a token equals 1 of anything in his vocabulary
2. Temp - controls tariq's probabilities, how often he will decide against his training data, a good number for this is 0.8.
3. saving - Although there is sessions, saving is not automatic, you must locally save your tariq conversations- and hey if you get a funny conversation, maybe share it with others!

  • 5 devlogs
  • 14h
  • 4.59x multiplier
  • 65 Stardust
Try project → See source code →
Open comments for this post

2h 6m 52s logged

More fixing again

we tried to fix the next tt model, but yet again model keys screw me over and now I have to figure that out, regardless it’s really close to coming together and I’m just going to ship the project for now since so much has been done since the first ship anyway.

0
0
4
Open comments for this post

1h 40m 45s logged

UI Update

  1. I moved the bot settings into a menu, which you can open by pressing the “settings” button above the input box. (volume temp tokens etc.)
  2. Fixed some major bugs that happen during first time set up, and fixed that weird bug for creating new sessions where the exp time was undefined/null.

Overall not a whole lot but I really like how this looks on mobile now!

0
0
3
Open comments for this post

6h 30m 22s logged

This update was really not that much for what I did.

I decided to add session keys with cookies on the website, just incase for features later when this gets pushed as a mobile app or other format, it also tracks data like device type. I used SQLite for my db, and it was very fun to setup and make work with my server! sessions last 3 days and I plan to do SOMETHING with this in the future, especially when I start working in xcode on my macbook.

Quick list of what I did:

  • even MORE ui fixes
  • Sessions that last 3 days (also tracks device type)
  • Sqlite sessions.db so i can add data on users.
  • Added a single fact to tariq

Quick list of what I wanna do:

  1. Add a settings button instead of the cluttered menu above the text bar
  2. Update the readme to be a little more detailed and maybe have better instructions.
  3. New page?
  4. MAYBE add limited chat saving online for the published site?

Below is an example session row:
(ip will be changed to local location most likely or local location will be added ex: united states or canada)

0
0
3
Open comments for this post

1h 10m 11s logged

Tariq GPT update

I’m proud to say I was able to really quickly make the ui accessible to all devices with access to a network and browser without weird visual bugs! This should have been done sooner but I procrastinated it and I finally did it today and it was really easy, here are the changes:

  • changed sizing for elements to fix overflow on mobile
  • made side bar a collapsible overlay instead of part of the container flex
  • fixed button icons
    to do:
  1. Fix Tsundere Tariq
0
0
1
Open comments for this post

2h 44m 59s logged

Tariq GPT changes

  • Updated Info page with a fun facts section (with a refresh button), and a “how it started” section (to be written still)
  • Changed volume bar not to go crazy for no reason
  • Changed volume bar’s appearance
  • Tariq will no long speak automatically
  • Added more css animations
  • Changed some text to tabler icons
    Things to fix/add:
  1. Tsundere tariq 1.1 is bugged as hell so he isn’t up there right now.
  2. Make the website work well on mobile
  3. Make the side bar collapsable
2
0
44
Ship

Tariq Website that contains info on Tariq and allows you to talk to his models! (Models made by me and @poopypants on github). AI was used ONLY for help during debugging, helping to set up model_interpreter, and for info on different way to implement something I didn't already know how to do.

  • 2 devlogs
  • 2h
  • 4.97x multiplier
  • 12 Stardust
Try project → See source code →

Followers

Loading…