From da98afc3451659af2e0078cd67619025dc22cf18 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:01:09 +0200 Subject: [PATCH] rename github account --- LICENSE | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 889354d..d25aaeb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 lyx0 +Copyright (c) 2024 nouryxd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c2d2119..4bf3b4d 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Twitch chat bot that interacts with ollama. 4. Join the Twitch channels you chose and type `()gpt ` and hopefully get a response. ## Example Response -![image](https://github.com/lyx0/ollama-twitch-bot/assets/66651385/3a8a6e7d-07d7-42fc-bf10-27227746a1a8) +![image](https://github.com/nouryxd/ollama-twitch-bot/assets/66651385/3a8a6e7d-07d7-42fc-bf10-27227746a1a8) diff --git a/go.mod b/go.mod index 154ceec..78811f2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/lyx0/ollama-twitch-bot +module github.com/nouryxd/ollama-twitch-bot go 1.22.0