tegonhq / tegon

Tegon is an open-source, dev-first alternative to Jira, Linear
https://tegon.ai
GNU Affero General Public License v3.0
1.52k stars 59 forks source link

Creating the issue Not showing up the count #146

Closed ashish07-07 closed 1 month ago

ashish07-07 commented 2 months ago

When i created a issue in my team and assigned the label , priority it did not show up in the issue created .

tegon-bot[bot] commented 2 months ago

ENG-338 Creating the issue Not showing up the count

harshithmullapudi commented 2 months ago

Hey, do you see any error in the server you can use this command docker logs <server-id>. We use OpenAI to generate the titles https://platform.openai.com/docs/quickstart/account-setup can you use this to generate a key. Once you generate

  1. Add it to the .env
  2. Restart the server

I will add this to the documentation

harshithmullapudi commented 2 months ago

We are working on bringing in a local model, that's something we will be picking this week.

ashish07-07 commented 2 months ago

Hey, do you see any error in the server you can use this command docker logs <server-id>. We use OpenAI to generate the titles https://platform.openai.com/docs/quickstart/account-setup can you use this to generate a key. Once you generate

  1. Add it to the .env
  2. Restart the server

I will add this to the documentation

I guess we cant use the gpt's api key for free , like we need to buy credits for using it . But the Gemini api keys are free and anyone can use it for free.

harshithmullapudi commented 2 months ago

Yeah right, we are currently working on a way to enable choosing LLMs, we will have v0 of it out this week

harshithmullapudi commented 2 months ago

Hey @ashish07-07 we have added support to fallback to a local modal so that we won't depend on OpenAI. You can try using it now. Let us know if you face any problems