Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelist1990 authored Mar 25, 2024
1 parent 562b5bf commit cba2107
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Cheat-client-like-application
# Cheat-client-like-application


## 使用方法

###
ソフトウェア.exeを起動すると使用できます
###
ESP等はnew.pyが必要です

## ③ インストール方法
まず<a href="https://github.com/Gamelist2023/api.git">https://github.com/Gamelist2023/api.git</a>でクローンしてください<br>それが出来たら開き`beta.py`を起動してくださいこれで基本的には完了です後は`Templates`に入っている`index.html`を少し変えたり出来ますCSSやJSは`home`フォルダに入っています
## ④ アクセス方法
起動するとfastAPIのサーバがhttp://0.0.0.0:5000 で起動しますもしhttp接続できない場合にはmain.pyでflaskサーバーを起動することでも大丈夫です(パフォーマンス面ではfastAPIの方が上)
## ④ カスタム方法
<a href="https://github.com/xtekky/gpt4free">https://github.com/xtekky/gpt4free</a>を見てくれ!<br>向こうの方がドキュメンテーションが豊富です少しだけ弄るなら<code>provider=g4f.Provider.Aura</code>の部分の<code>.Aura</code>を<code>.Bing</code>にしたりしてプロバイダーを変えるぐらいですまぁおすすめはこのままで良いと思いますけどあと画像生成ですがTokenの部分はBingの<code>_U</code>cookieですもし画像生成が機能しなくなった場合<a href="https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm">https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm</a><br>で拡張機能機能をいれて<br>次に<a href="https://copilot.microsoft.com/">https://copilot.microsoft.com/</a>に移動しログインしますログイン出来たら先程インストールした拡張機能を選択して<code>ALLsite</code>を選択しますそしてサーチのところに<code>_U</code>と入れ<code>Value</code>の部分をコピーしてTokenに貼り付けます

0 comments on commit cba2107

Please sign in to comment.