mirror of
https://github.com/numexai/numex-sdk.git
synced 2026-09-25 05:22:16 +00:00
Linkler: mobilcep/ → numexai/ (depolar organizasyona taşındı)
This commit is contained in:
parent
b0d71ad4f6
commit
7c3cc6eb59
|
|
@ -7,7 +7,7 @@
|
||||||
**Numex AI API'si ve Numex CLI için resmî Node.js / TypeScript kütüphanesi.**
|
**Numex AI API'si ve Numex CLI için resmî Node.js / TypeScript kütüphanesi.**
|
||||||
*Official Node.js / TypeScript library for the Numex AI API and the Numex CLI.*
|
*Official Node.js / TypeScript library for the Numex AI API and the Numex CLI.*
|
||||||
|
|
||||||
[](https://github.com/mobilcep/numex-sdk/actions/workflows/test.yml)
|
[](https://github.com/numexai/numex-sdk/actions/workflows/test.yml)
|
||||||
[](https://www.npmjs.com/package/numexcodex-sdk)
|
[](https://www.npmjs.com/package/numexcodex-sdk)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](package.json)
|
[](package.json)
|
||||||
|
|
@ -65,7 +65,7 @@ console.log(yanit.answer); // { success, answer, modelLabel, usage }
|
||||||
(derin akıl yürütme) · `numex-vision` (görsel, OCR) · `numex-code` (64K, 25+ dil).
|
(derin akıl yürütme) · `numex-vision` (görsel, OCR) · `numex-code` (64K, 25+ dil).
|
||||||
|
|
||||||
Varsayılan adres: `https://www.numexai.com.tr/api/v1`. Uç noktaların tam listesi ve yanıt
|
Varsayılan adres: `https://www.numexai.com.tr/api/v1`. Uç noktaların tam listesi ve yanıt
|
||||||
biçimleri: **[numex-api](https://github.com/mobilcep/numex-api)**.
|
biçimleri: **[numex-api](https://github.com/numexai/numex-api)**.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// Farklı bir uç nokta kullanmak için:
|
// Farklı bir uç nokta kullanmak için:
|
||||||
|
|
@ -127,7 +127,7 @@ Bu SDK, aynı **Core — Beyin** üzerinde çalışan Numex ailesinin geliştiri
|
||||||
📦 [Hub](https://hub.numexai.com.tr) · 🏗️ [Forge](https://forge.numexai.com.tr) ·
|
📦 [Hub](https://hub.numexai.com.tr) · 🏗️ [Forge](https://forge.numexai.com.tr) ·
|
||||||
📖 [Numexpedia](https://pedia.numexai.com.tr)
|
📖 [Numexpedia](https://pedia.numexai.com.tr)
|
||||||
|
|
||||||
Ekosistemin tamamı: **[github.com/mobilcep/numex_nedir](https://github.com/mobilcep/numex_nedir)**
|
Ekosistemin tamamı: **[github.com/numexai/numex_nedir](https://github.com/numexai/numex_nedir)**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -156,7 +156,7 @@ const res = await numex.chat.completions.create({
|
||||||
- CommonJS + ESM, TypeScript types included, Node 18+.
|
- CommonJS + ESM, TypeScript types included, Node 18+.
|
||||||
|
|
||||||
Get an API key (100,000 free tokens) at [numexai.com.tr](https://numexai.com.tr).
|
Get an API key (100,000 free tokens) at [numexai.com.tr](https://numexai.com.tr).
|
||||||
Full ecosystem overview: [numex_nedir](https://github.com/mobilcep/numex_nedir/blob/main/README.en.md).
|
Full ecosystem overview: [numex_nedir](https://github.com/numexai/numex_nedir/blob/main/README.en.md).
|
||||||
|
|
||||||
## 📄 Lisans
|
## 📄 Lisans
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,13 +36,13 @@
|
||||||
],
|
],
|
||||||
"author": "Numex AI Bilişim Teknolojileri <destek@numexai.com.tr>",
|
"author": "Numex AI Bilişim Teknolojileri <destek@numexai.com.tr>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/mobilcep/numex-sdk#readme",
|
"homepage": "https://github.com/numexai/numex-sdk#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mobilcep/numex-sdk.git"
|
"url": "git+https://github.com/numexai/numex-sdk.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mobilcep/numex-sdk/issues"
|
"url": "https://github.com/numexai/numex-sdk/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user